#F963D8

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

Shades of Neon Pink #F963D8

Tints of Neon Pink #F963D8

Color information

#F963D8 (or 0xF963D8) is unknown color: approx Neon Pink. HEX triplet: F9, 63 and D8. RGB value is (249,99,216). Sum of RGB (Red+Green+Blue) = 249+99+216=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 99 (39.06% from 255 or 17.55% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F963D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963D8 is #069C27. Grayscale: #9C9C9C. Windows color (decimal): -433192 or 14181369. OLE color: 14181369.

HSL color Cylindrical-coordinate representation of color #F963D8: hue angle of 313.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963D8 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB24999216-
CMYK00.600.130.02
HSL313.2º92.59%68.24%-
HSV(B)313.2º60.24%97.65%-
XYZ55.9234.0268.59-
YUV157.19161.2193.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.15%
GREEN value IS 99 (39.06% from 255) = 17.55%
BLUE value IS 216 (84.77% from 255) = 38.30%
R=44.15%
G=17.55%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499921600.600.130.02313.292.5968.24
HexF963D803CD21395d44
Octal371143330074152471135104
Binary11111001110001111011000011110011011010011100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F963D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F963D8; }

 p { color: rgb(249,99,216); }

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

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

 a { background-color: rgb(249,99,216); }

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

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

 span { border-color: rgb(249,99,216); }

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