#F370CB

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

Shades of Neon Pink #F370CB

Tints of Neon Pink #F370CB

Color information

#F370CB (or 0xF370CB) is unknown color: approx Neon Pink. HEX triplet: F3, 70 and CB. RGB value is (243,112,203). Sum of RGB (Red+Green+Blue) = 243+112+203=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F370CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370CB is #0C8F34. Grayscale: #A1A1A1. Windows color (decimal): -823093 or 13332723. OLE color: 13332723.

HSL color Cylindrical-coordinate representation of color #F370CB: hue angle of 318.32º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370CB is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243112203-
CMYK00.540.160.05
HSL318.32º84.52%69.61%-
HSV(B)318.32º53.91%95.29%-
XYZ53.5434.9560.43-
YUV161.54151.4186.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 112 (44.14% from 255) = 20.07%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=43.55%
G=20.07%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311220300.540.160.05318.3284.5269.61
HexF370CB03610513e5546
Octal363160313066205476125106
Binary1111001111100001100101101101101000010110011111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F370CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F370CB; }

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

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

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

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

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

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

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

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