Html Css Color HEX #FF55C4 Neon Pink

📋 copy color: '#FF55C4'

red 255 ◦ green 85 ◦ blue 196

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

Shades of Neon Pink #FF55C4

Tints of Neon Pink #FF55C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 47.57%
G = 15.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF55C4 (or 0xFF55C4) is known color: Neon Pink. HEX triplet: FF, 55 and C4. RGB value is (255,85,196). Sum of RGB (Red+Green+Blue) = 255+85+196=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55C4 is #00AA3B. Grayscale: #949494. Windows color (decimal): -43580 or 12867071. OLE color: 12867071.

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

Color convert

RGB 255 85 196 -
CMYK 0 0.67 0.23 0
HSL 320.82º 1% 0.67% -
HSV(B) 320.82º 0.67% 1% -
XYZ 54.45 31.74 55.48 -
YUV 148.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 255 85 196 0 0.67 0.23 0 320.82 1 0.67
Hex FF 55 C4 0 43 17 0 141 64 43
Octal 377 125 304 0 103 27 0 501 144 103
Binary 11111111 1010101 11000100 0 1000011 10111 0 101000001 1100100 1000011

Color Harmonies of #FF55C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55C4

Black with #FF55C4

Text Example


Text Example

White with #FF55C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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