Html Css Color HEX #FF5DCE Neon Pink

📋 copy color: '#FF5DCE'

red 255 ◦ green 93 ◦ blue 206

#FF5DCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FF5DCE

Tints of Neon Pink #FF5DCE

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 value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF5DCE (or 0xFF5DCE) is known color: 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

RGB 255 93 206 -
CMYK 0 0.64 0.19 0
HSL 318.15º 1% 0.68% -
HSV(B) 318.15º 0.64% 1% -
XYZ 56.29 33.54 61.9 -
YUV 154.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 255 93 206 0 0.64 0.19 0 318.15 1 0.68
Hex FF 5D CE 0 40 13 0 13E 64 44
Octal 377 135 316 0 100 23 0 476 144 104
Binary 11111111 1011101 11001110 0 1000000 10011 0 100111110 1100100 1000100

Color Harmonies of #FF5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DCE

Black with #FF5DCE

Text Example


Text Example

White with #FF5DCE

Text Example


Text Example

HTML Codes & Css Web 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>