Html Css Color HEX #555AE5 Neon Blue

📋 copy color: '#555AE5'

red 85 ◦ green 90 ◦ blue 229

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

Shades of Neon Blue #555AE5

Tints of Neon Blue #555AE5

RGB

 RED value IS 85 (33.59% from 255) = 21.04%

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 229 (89.84% from 255) = 56.68%

R = 21.04%
G = 22.28%
B = 56.68%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#555AE5 (or 0x555AE5) is known color: Neon Blue. HEX triplet: 55, 5A and E5. RGB value is (85,90,229). Sum of RGB (Red+Green+Blue) = 85+90+229=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #555AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555AE5 is #AAA51A. Grayscale: #676767. Windows color (decimal): -11183387 or 15030869. OLE color: 15030869.

HSL color Cylindrical-coordinate representation of color #555AE5: hue angle of 237.92º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555AE5 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 90 229 -
CMYK 0.63 0.61 0 0.10
HSL 237.92º 0.73% 0.62% -
HSV(B) 237.92º 0.63% 0.9% -
XYZ 21.55 14.9 75.87 -
YUV 104.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 85 90 229 0.63 0.61 0 0.10 237.92 0.73 0.62
Hex 55 5A E5 3F 3D 0 A EE 49 3E
Octal 125 132 345 77 75 0 12 356 111 76
Binary 1010101 1011010 11100101 111111 111101 0 1010 11101110 1001001 111110

Color Harmonies of #555AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AE5

Black with #555AE5

Text Example


Text Example

White with #555AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555AE5; }

 p { color: rgb(85,90,229); }

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

background-color css

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

 a { background-color: rgb(85,90,229); }

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

border-color css

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

 span { border-color: rgb(85,90,229); }

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