#F951C4

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

Shades of Neon Pink #F951C4

Tints of Neon Pink #F951C4

Color information

#F951C4 (or 0xF951C4) is unknown color: approx Neon Pink. HEX triplet: F9, 51 and C4. RGB value is (249,81,196). Sum of RGB (Red+Green+Blue) = 249+81+196=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F951C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F951C4 is #06AE3B. Grayscale: #909090. Windows color (decimal): -437820 or 12866041. OLE color: 12866041.

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

Color convert

RGB24981196-
CMYK00.670.210.02
HSL318.93º93.33%64.71%-
HSV(B)318.93º67.47%97.65%-
XYZ51.9730.0155.28-
YUV144.34157.16202.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.34%
GREEN value IS 81 (32.03% from 255) = 15.40%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=47.34%
G=15.40%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498119600.670.210.02318.9393.3364.71
HexF951C404315213f5d41
Octal3711213040103252477135101
Binary1111100110100011100010001000011101011010011111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F951C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F951C4; }

 p { color: rgb(249,81,196); }

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

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

 a { background-color: rgb(249,81,196); }

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

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

 span { border-color: rgb(249,81,196); }

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