Html Css Color HEX #F072CE Neon Pink

📋 copy color: '#F072CE'

red 240 ◦ green 114 ◦ blue 206

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

Shades of Neon Pink #F072CE

Tints of Neon Pink #F072CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 42.86%
G = 20.36%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F072CE (or 0xF072CE) is known color: Neon Pink. HEX triplet: F0, 72 and CE. RGB value is (240,114,206). Sum of RGB (Red+Green+Blue) = 240+114+206=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F072CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072CE is #0F8D31. Grayscale: #A1A1A1. Windows color (decimal): -1019186 or 13529840. OLE color: 13529840.

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

Color convert

RGB 240 114 206 -
CMYK 0 0.52 0.14 0.06
HSL 316.19º 0.81% 0.69% -
HSV(B) 316.19º 0.53% 0.94% -
XYZ 53.09 35.02 62.35 -
YUV 162.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 240 114 206 0 0.52 0.14 0.06 316.19 0.81 0.69
Hex F0 72 CE 0 34 E 6 13C 51 45
Octal 360 162 316 0 64 16 6 474 121 105
Binary 11110000 1110010 11001110 0 110100 1110 110 100111100 1010001 1000101

Color Harmonies of #F072CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072CE

Black with #F072CE

Text Example


Text Example

White with #F072CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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