Html Css Color HEX #F062CC Neon Pink

📋 copy color: '#F062CC'

red 240 ◦ green 98 ◦ blue 204

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

Shades of Neon Pink #F062CC

Tints of Neon Pink #F062CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.08%

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 44.28%
G = 18.08%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F062CC (or 0xF062CC) is known color: Neon Pink. HEX triplet: F0, 62 and CC. RGB value is (240,98,204). Sum of RGB (Red+Green+Blue) = 240+98+204=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F062CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062CC is #0F9D33. Grayscale: #989898. Windows color (decimal): -1023284 or 13394672. OLE color: 13394672.

HSL color Cylindrical-coordinate representation of color #F062CC: hue angle of 315.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062CC is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 204 -
CMYK 0 0.59 0.15 0.06
HSL 315.21º 0.83% 0.66% -
HSV(B) 315.21º 0.59% 0.94% -
XYZ 51.2 31.62 60.53 -
YUV 152.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 240 98 204 0 0.59 0.15 0.06 315.21 0.83 0.66
Hex F0 62 CC 0 3B F 6 13B 53 42
Octal 360 142 314 0 73 17 6 473 123 102
Binary 11110000 1100010 11001100 0 111011 1111 110 100111011 1010011 1000010

Color Harmonies of #F062CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062CC

Black with #F062CC

Text Example


Text Example

White with #F062CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062CC; }

 p { color: rgb(240,98,204); }

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

background-color css

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

 a { background-color: rgb(240,98,204); }

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

border-color css

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

 span { border-color: rgb(240,98,204); }

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