Html Css Color HEX #F066C4 Neon Pink

📋 copy color: '#F066C4'

red 240 ◦ green 102 ◦ blue 196

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

Shades of Neon Pink #F066C4

Tints of Neon Pink #F066C4

RGB

 RED value IS 240 (94.14% from 255) = 44.61%

 GREEN value IS 102 (40.23% from 255) = 18.96%

 BLUE value IS 196 (76.95% from 255) = 36.43%

R = 44.61%
G = 18.96%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F066C4 (or 0xF066C4) is known color: Neon Pink. HEX triplet: F0, 66 and C4. RGB value is (240,102,196). Sum of RGB (Red+Green+Blue) = 240+102+196=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F066C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066C4 is #0F993B. Grayscale: #999999. Windows color (decimal): -1022268 or 12871408. OLE color: 12871408.

HSL color Cylindrical-coordinate representation of color #F066C4: hue angle of 319.13º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066C4 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 196 -
CMYK 0 0.58 0.18 0.06
HSL 319.13º 0.82% 0.67% -
HSV(B) 319.13º 0.58% 0.94% -
XYZ 50.65 32.01 55.73 -
YUV 153.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 240 102 196 0 0.58 0.18 0.06 319.13 0.82 0.67
Hex F0 66 C4 0 3A 12 6 13F 52 43
Octal 360 146 304 0 72 22 6 477 122 103
Binary 11110000 1100110 11000100 0 111010 10010 110 100111111 1010010 1000011

Color Harmonies of #F066C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066C4

Black with #F066C4

Text Example


Text Example

White with #F066C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066C4; }

 p { color: rgb(240,102,196); }

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

background-color css

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

 a { background-color: rgb(240,102,196); }

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

border-color css

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

 span { border-color: rgb(240,102,196); }

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