Html Css Color HEX #F066CF Neon Pink

📋 copy color: '#F066CF'

red 240 ◦ green 102 ◦ blue 207

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

Shades of Neon Pink #F066CF

Tints of Neon Pink #F066CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 43.72%
G = 18.58%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F066CF (or 0xF066CF) is known color: Neon Pink. HEX triplet: F0, 66 and CF. RGB value is (240,102,207). Sum of RGB (Red+Green+Blue) = 240+102+207=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F066CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066CF is #0F9930. Grayscale: #9A9A9A. Windows color (decimal): -1022257 or 13592304. OLE color: 13592304.

HSL color Cylindrical-coordinate representation of color #F066CF: hue angle of 314.35º 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 #F066CF is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 207 -
CMYK 0 0.58 0.14 0.06
HSL 314.35º 0.82% 0.67% -
HSV(B) 314.35º 0.58% 0.94% -
XYZ 51.95 32.53 62.57 -
YUV 155.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 240 102 207 0 0.58 0.14 0.06 314.35 0.82 0.67
Hex F0 66 CF 0 3A E 6 13A 52 43
Octal 360 146 317 0 72 16 6 472 122 103
Binary 11110000 1100110 11001111 0 111010 1110 110 100111010 1010010 1000011

Color Harmonies of #F066CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066CF

Black with #F066CF

Text Example


Text Example

White with #F066CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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