Html Css Color HEX #555AEA Neon Blue

📋 copy color: '#555AEA'

red 85 ◦ green 90 ◦ blue 234

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

Shades of Neon Blue #555AEA

Tints of Neon Blue #555AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 20.78%
G = 22%
B = 57.21%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#555AEA (or 0x555AEA) is known color: Neon Blue. HEX triplet: 55, 5A and EA. RGB value is (85,90,234). Sum of RGB (Red+Green+Blue) = 85+90+234=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #555AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AEA is #AAA515. Grayscale: #686868. Windows color (decimal): -11183382 or 15358549. OLE color: 15358549.

HSL color Cylindrical-coordinate representation of color #555AEA: hue angle of 237.99º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555AEA is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 90 234 -
CMYK 0.64 0.62 0 0.08
HSL 237.99º 0.78% 0.63% -
HSV(B) 237.99º 0.64% 0.92% -
XYZ 22.25 15.18 79.6 -
YUV 104.92 200.84 113.79 -
System Red Green Blue C M Y K H S L
Decimal 85 90 234 0.64 0.62 0 0.08 237.99 0.78 0.63
Hex 55 5A EA 40 3E 0 8 EE 4E 3F
Octal 125 132 352 100 76 0 10 356 116 77
Binary 1010101 1011010 11101010 1000000 111110 0 1000 11101110 1001110 111111

Color Harmonies of #555AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AEA

Black with #555AEA

Text Example


Text Example

White with #555AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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