#F969CD

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

Shades of Neon Pink #F969CD

Tints of Neon Pink #F969CD

Color information

#F969CD (or 0xF969CD) is unknown color: approx Neon Pink. HEX triplet: F9, 69 and CD. RGB value is (249,105,205). Sum of RGB (Red+Green+Blue) = 249+105+205=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F969CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F969CD is #069632. Grayscale: #9F9F9F. Windows color (decimal): -431667 or 13462009. OLE color: 13462009.

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

Color convert

RGB249105205-
CMYK00.580.180.02
HSL318.33º92.31%69.41%-
HSV(B)318.33º57.83%97.65%-
XYZ55.1434.6561.54-
YUV159.46153.71191.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=44.54%
G=18.78%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910520500.580.180.02318.3392.3169.41
HexF969CD03A12213e5c45
Octal371151315072222476134105
Binary111110011101001110011010111010100101010011111010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F969CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F969CD; }

 p { color: rgb(249,105,205); }

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

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

 a { background-color: rgb(249,105,205); }

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

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

 span { border-color: rgb(249,105,205); }

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