Html Css Color HEX #F06FCB Neon Pink

📋 copy color: '#F06FCB'

red 240 ◦ green 111 ◦ blue 203

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

Shades of Neon Pink #F06FCB

Tints of Neon Pink #F06FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.04%

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

R = 43.32%
G = 20.04%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F06FCB (or 0xF06FCB) is known color: Neon Pink. HEX triplet: F0, 6F and CB. RGB value is (240,111,203). Sum of RGB (Red+Green+Blue) = 240+111+203=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FCB is #0F9034. Grayscale: #9F9F9F. Windows color (decimal): -1019957 or 13332464. OLE color: 13332464.

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

Color convert

RGB 240 111 203 -
CMYK 0 0.54 0.15 0.06
HSL 317.21º 0.81% 0.69% -
HSV(B) 317.21º 0.54% 0.94% -
XYZ 52.4 34.21 60.34 -
YUV 160.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 240 111 203 0 0.54 0.15 0.06 317.21 0.81 0.69
Hex F0 6F CB 0 36 F 6 13D 51 45
Octal 360 157 313 0 66 17 6 475 121 105
Binary 11110000 1101111 11001011 0 110110 1111 110 100111101 1010001 1000101

Color Harmonies of #F06FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06FCB

Black with #F06FCB

Text Example


Text Example

White with #F06FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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