Html Css Color HEX #F072CB Neon Pink

📋 copy color: '#F072CB'

red 240 ◦ green 114 ◦ blue 203

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

Shades of Neon Pink #F072CB

Tints of Neon Pink #F072CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.47%

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

R = 43.09%
G = 20.47%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F072CB (or 0xF072CB) is known color: Neon Pink. HEX triplet: F0, 72 and CB. RGB value is (240,114,203). Sum of RGB (Red+Green+Blue) = 240+114+203=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F072CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072CB is #0F8D34. Grayscale: #A1A1A1. Windows color (decimal): -1019189 or 13333232. OLE color: 13333232.

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

Color convert

RGB 240 114 203 -
CMYK 0 0.52 0.15 0.06
HSL 317.62º 0.81% 0.69% -
HSV(B) 317.62º 0.53% 0.94% -
XYZ 52.73 34.87 60.45 -
YUV 161.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 240 114 203 0 0.52 0.15 0.06 317.62 0.81 0.69
Hex F0 72 CB 0 34 F 6 13E 51 45
Octal 360 162 313 0 64 17 6 476 121 105
Binary 11110000 1110010 11001011 0 110100 1111 110 100111110 1010001 1000101

Color Harmonies of #F072CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072CB

Black with #F072CB

Text Example


Text Example

White with #F072CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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