Html Css Color HEX #FF55CD Neon Pink

📋 copy color: '#FF55CD'

red 255 ◦ green 85 ◦ blue 205

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

Shades of Neon Pink #FF55CD

Tints of Neon Pink #FF55CD

RGB

 RED value IS 255 (100% from 255) = 46.79%

 GREEN value IS 85 (33.59% from 255) = 15.6%

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 46.79%
G = 15.6%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF55CD (or 0xFF55CD) is known color: Neon Pink. HEX triplet: FF, 55 and CD. RGB value is (255,85,205). Sum of RGB (Red+Green+Blue) = 255+85+205=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55CD is #00AA32. Grayscale: #959595. Windows color (decimal): -43571 or 13456895. OLE color: 13456895.

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

Color convert

RGB 255 85 205 -
CMYK 0 0.67 0.20 0
HSL 317.65º 1% 0.67% -
HSV(B) 317.65º 0.67% 1% -
XYZ 55.51 32.16 61.04 -
YUV 149.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 255 85 205 0 0.67 0.20 0 317.65 1 0.67
Hex FF 55 CD 0 43 14 0 13E 64 43
Octal 377 125 315 0 103 24 0 476 144 103
Binary 11111111 1010101 11001101 0 1000011 10100 0 100111110 1100100 1000011

Color Harmonies of #FF55CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55CD

Black with #FF55CD

Text Example


Text Example

White with #FF55CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55CD; }

 p { color: rgb(255,85,205); }

 H1.HeaderClassName
 {
   color: #FF55CD;
 }
 .AnyTagClassName
 {
   color: #FF55CD;
 }
</style>

background-color css

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

 a { background-color: rgb(255,85,205); }

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

border-color css

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

 span { border-color: rgb(255,85,205); }

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