#FF70CB

Color #FF70CB Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF70CB

Tints of Neon Pink #FF70CB

Color information

#FF70CB (or 0xFF70CB) is unknown color: approx Neon Pink. HEX triplet: FF, 70 and CB. RGB value is (255,112,203). Sum of RGB (Red+Green+Blue) = 255+112+203=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70CB is #008F34. Grayscale: #A4A4A4. Windows color (decimal): -36661 or 13332735. OLE color: 13332735.

HSL color Cylindrical-coordinate representation of color #FF70CB: hue angle of 321.82º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70CB is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255112203-
CMYK00.560.200
HSL321.82º100%71.96%-
HSV(B)321.82º56.08%100%-
XYZ57.8137.1660.63-
YUV165.13149.38192.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 112 (44.14% from 255) = 19.65%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=44.74%
G=19.65%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511220300.560.200321.8210071.96
HexFF70CB0381401426448
Octal377160313070240502144110
Binary11111111111000011001011011100010100010100001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF70CB; }

 p { color: rgb(255,112,203); }

 H1.HeaderClassName
 {
   color: #FF70CB;
 }
 .AnyTagClassName
 {
   color: #FF70CB;
 }
</style>
background-color css

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

 a { background-color: rgb(255,112,203); }

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

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

 span { border-color: rgb(255,112,203); }

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