Html Css Color HEX #F062C8 Neon Pink

📋 copy color: '#F062C8'

red 240 ◦ green 98 ◦ blue 200

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

Shades of Neon Pink #F062C8

Tints of Neon Pink #F062C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.17%

R = 44.61%
G = 18.22%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F062C8 (or 0xF062C8) is known color: Neon Pink. HEX triplet: F0, 62 and C8. RGB value is (240,98,200). Sum of RGB (Red+Green+Blue) = 240+98+200=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F062C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062C8 is #0F9D37. Grayscale: #979797. Windows color (decimal): -1023288 or 13132528. OLE color: 13132528.

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

Color convert

RGB 240 98 200 -
CMYK 0 0.59 0.17 0.06
HSL 316.9º 0.83% 0.66% -
HSV(B) 316.9º 0.59% 0.94% -
XYZ 50.73 31.43 58.04 -
YUV 152.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 240 98 200 0 0.59 0.17 0.06 316.9 0.83 0.66
Hex F0 62 C8 0 3B 11 6 13D 53 42
Octal 360 142 310 0 73 21 6 475 123 102
Binary 11110000 1100010 11001000 0 111011 10001 110 100111101 1010011 1000010

Color Harmonies of #F062C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062C8

Black with #F062C8

Text Example


Text Example

White with #F062C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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