#F965C3

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

Shades of Neon Pink #F965C3

Tints of Neon Pink #F965C3

Color information

#F965C3 (or 0xF965C3) is unknown color: approx Neon Pink. HEX triplet: F9, 65 and C3. RGB value is (249,101,195). Sum of RGB (Red+Green+Blue) = 249+101+195=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F965C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F965C3 is #069A3C. Grayscale: #9B9B9B. Windows color (decimal): -432701 or 12805625. OLE color: 12805625.

HSL color Cylindrical-coordinate representation of color #F965C3: hue angle of 321.89º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965C3 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB249101195-
CMYK00.590.220.02
HSL321.89º92.5%68.63%-
HSV(B)321.89º59.44%97.65%-
XYZ53.5733.3955.25-
YUV155.97150.03194.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.69%
GREEN value IS 101 (39.84% from 255) = 18.53%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=45.69%
G=18.53%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910119500.590.220.02321.8992.568.63
HexF965C303B1621425c45
Octal371145303073262502134105
Binary111110011100101110000110111011101101010100001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F965C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F965C3; }

 p { color: rgb(249,101,195); }

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

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

 a { background-color: rgb(249,101,195); }

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

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

 span { border-color: rgb(249,101,195); }

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