Html Css Color HEX #FF55CA Neon Pink

📋 copy color: '#FF55CA'

red 255 ◦ green 85 ◦ blue 202

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

Shades of Neon Pink #FF55CA

Tints of Neon Pink #FF55CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 47.05%
G = 15.68%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF55CA (or 0xFF55CA) is known color: Neon Pink. HEX triplet: FF, 55 and CA. RGB value is (255,85,202). Sum of RGB (Red+Green+Blue) = 255+85+202=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55CA is #00AA35. Grayscale: #949494. Windows color (decimal): -43574 or 13260287. OLE color: 13260287.

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

Color convert

RGB 255 85 202 -
CMYK 0 0.67 0.21 0
HSL 318.71º 1% 0.67% -
HSV(B) 318.71º 0.67% 1% -
XYZ 55.15 32.02 59.15 -
YUV 149.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 255 85 202 0 0.67 0.21 0 318.71 1 0.67
Hex FF 55 CA 0 43 15 0 13F 64 43
Octal 377 125 312 0 103 25 0 477 144 103
Binary 11111111 1010101 11001010 0 1000011 10101 0 100111111 1100100 1000011

Color Harmonies of #FF55CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55CA

Black with #FF55CA

Text Example


Text Example

White with #FF55CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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