Html Css Color HEX #F468D1 Neon Pink

📋 copy color: '#F468D1'

red 244 ◦ green 104 ◦ blue 209

#F468D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F468D1

Tints of Neon Pink #F468D1

RGB

 RED value IS 244 (95.7% from 255) = 43.81%

 GREEN value IS 104 (41.02% from 255) = 18.67%

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 43.81%
G = 18.67%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F468D1 (or 0xF468D1) is known color: Neon Pink. HEX triplet: F4, 68 and D1. RGB value is (244,104,209). Sum of RGB (Red+Green+Blue) = 244+104+209=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F468D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F468D1 is #0B972E. Grayscale: #9D9D9D. Windows color (decimal): -759599 or 13723892. OLE color: 13723892.

HSL color Cylindrical-coordinate representation of color #F468D1: hue angle of 315º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468D1 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 104 209 -
CMYK 0 0.57 0.14 0.04
HSL 315º 0.86% 0.68% -
HSV(B) 315º 0.57% 0.96% -
XYZ 53.77 33.74 64 -
YUV 157.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 244 104 209 0 0.57 0.14 0.04 315 0.86 0.68
Hex F4 68 D1 0 39 E 4 13B 56 44
Octal 364 150 321 0 71 16 4 473 126 104
Binary 11110100 1101000 11010001 0 111001 1110 100 100111011 1010110 1000100

Color Harmonies of #F468D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468D1

Black with #F468D1

Text Example


Text Example

White with #F468D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468D1; }

 p { color: rgb(244,104,209); }

 H1.HeaderClassName
 {
   color: #F468D1;
 }
 .AnyTagClassName
 {
   color: #F468D1;
 }
</style>

background-color css

<style>
 a { background-color: #F468D1; }

 a { background-color: rgb(244,104,209); }

 div.DivClassName
 {
   background-color: #F468D1;
 }
 .BgClassName
 {
   background-color: #F468D1;
 }
</style>

border-color css

<style>
 span { border-color: #F468D1; }

 span { border-color: rgb(244,104,209); }

 td.TdClassName
 {
   border-color: #F468D1;
 }
 .TagClassName
 {
   border-color: #F468D1;
 }
</style>