#FF5DCE

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

Shades of Neon Pink #FF5DCE

Tints of Neon Pink #FF5DCE

Color information

#FF5DCE (or 0xFF5DCE) is unknown color: approx Neon Pink. HEX triplet: FF, 5D and CE. RGB value is (255,93,206). Sum of RGB (Red+Green+Blue) = 255+93+206=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DCE is #00A231. Grayscale: #9A9A9A. Windows color (decimal): -41522 or 13524479. OLE color: 13524479.

HSL color Cylindrical-coordinate representation of color #FF5DCE: hue angle of 318.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DCE is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB25593206-
CMYK00.640.190
HSL318.15º100%68.24%-
HSV(B)318.15º63.53%100%-
XYZ56.2933.5461.9-
YUV154.32157.17199.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 93 (36.72% from 255) = 16.79%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=46.03%
G=16.79%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559320600.640.190318.1510068.24
HexFF5DCE04013013e6444
Octal3771353160100230476144104
Binary111111111011101110011100100000010011010011111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DCE; }

 p { color: rgb(255,93,206); }

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

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

 a { background-color: rgb(255,93,206); }

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

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

 span { border-color: rgb(255,93,206); }

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