Html Css Color HEX #FF55D4 Neon Pink

📋 copy color: '#FF55D4'

red 255 ◦ green 85 ◦ blue 212

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

Shades of Neon Pink #FF55D4

Tints of Neon Pink #FF55D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 46.2%
G = 15.4%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF55D4 (or 0xFF55D4) is known color: Neon Pink. HEX triplet: FF, 55 and D4. RGB value is (255,85,212). Sum of RGB (Red+Green+Blue) = 255+85+212=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D4 is #00AA2B. Grayscale: #959595. Windows color (decimal): -43564 or 13915647. OLE color: 13915647.

HSL color Cylindrical-coordinate representation of color #FF55D4: hue angle of 315.18º 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 #FF55D4 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 212 -
CMYK 0 0.67 0.17 0
HSL 315.18º 1% 0.67% -
HSV(B) 315.18º 0.67% 1% -
XYZ 56.37 32.51 65.59 -
YUV 150.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 255 85 212 0 0.67 0.17 0 315.18 1 0.67
Hex FF 55 D4 0 43 11 0 13B 64 43
Octal 377 125 324 0 103 21 0 473 144 103
Binary 11111111 1010101 11010100 0 1000011 10001 0 100111011 1100100 1000011

Color Harmonies of #FF55D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55D4

Black with #FF55D4

Text Example


Text Example

White with #FF55D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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