Html Css Color HEX #F060CB Neon Pink

📋 copy color: '#F060CB'

red 240 ◦ green 96 ◦ blue 203

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

Shades of Neon Pink #F060CB

Tints of Neon Pink #F060CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.81%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 44.53%
G = 17.81%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F060CB (or 0xF060CB) is known color: Neon Pink. HEX triplet: F0, 60 and CB. RGB value is (240,96,203). Sum of RGB (Red+Green+Blue) = 240+96+203=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 96 (37.89% from 255 or 17.81% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F060CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060CB is #0F9F34. Grayscale: #969696. Windows color (decimal): -1023797 or 13328624. OLE color: 13328624.

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

Color convert

RGB 240 96 203 -
CMYK 0 0.6 0.15 0.06
HSL 315.42º 0.83% 0.66% -
HSV(B) 315.42º 0.6% 0.94% -
XYZ 50.9 31.2 59.84 -
YUV 151.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 240 96 203 0 0.6 0.15 0.06 315.42 0.83 0.66
Hex F0 60 CB 0 3C F 6 13B 53 42
Octal 360 140 313 0 74 17 6 473 123 102
Binary 11110000 1100000 11001011 0 111100 1111 110 100111011 1010011 1000010

Color Harmonies of #F060CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F060CB

Black with #F060CB

Text Example


Text Example

White with #F060CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F060CB; }

 p { color: rgb(240,96,203); }

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

background-color css

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

 a { background-color: rgb(240,96,203); }

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

border-color css

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

 span { border-color: rgb(240,96,203); }

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