Html Css Color HEX #FD55CF Neon Pink

📋 copy color: '#FD55CF'

red 253 ◦ green 85 ◦ blue 207

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

Shades of Neon Pink #FD55CF

Tints of Neon Pink #FD55CF

RGB

 RED value IS 253 (99.22% from 255) = 46.42%

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

 BLUE value IS 207 (81.25% from 255) = 37.98%

R = 46.42%
G = 15.6%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD55CF (or 0xFD55CF) is known color: Neon Pink. HEX triplet: FD, 55 and CF. RGB value is (253,85,207). Sum of RGB (Red+Green+Blue) = 253+85+207=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55CF is #02AA30. Grayscale: #949494. Windows color (decimal): -174641 or 13587965. OLE color: 13587965.

HSL color Cylindrical-coordinate representation of color #FD55CF: hue angle of 316.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD55CF is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 85 207 -
CMYK 0 0.66 0.18 0.01
HSL 316.43º 0.98% 0.66% -
HSV(B) 316.43º 0.66% 0.99% -
XYZ 55.02 31.88 62.29 -
YUV 149.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 253 85 207 0 0.66 0.18 0.01 316.43 0.98 0.66
Hex FD 55 CF 0 42 12 1 13C 62 42
Octal 375 125 317 0 102 22 1 474 142 102
Binary 11111101 1010101 11001111 0 1000010 10010 1 100111100 1100010 1000010

Color Harmonies of #FD55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD55CF

Black with #FD55CF

Text Example


Text Example

White with #FD55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD55CF; }

 p { color: rgb(253,85,207); }

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

background-color css

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

 a { background-color: rgb(253,85,207); }

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

border-color css

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

 span { border-color: rgb(253,85,207); }

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