Html Css Color HEX #5556EA Neon Blue

📋 copy color: '#5556EA'

red 85 ◦ green 86 ◦ blue 234

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

Shades of Neon Blue #5556EA

Tints of Neon Blue #5556EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 20.99%
G = 21.23%
B = 57.78%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5556EA (or 0x5556EA) is known color: Neon Blue. HEX triplet: 55, 56 and EA. RGB value is (85,86,234). Sum of RGB (Red+Green+Blue) = 85+86+234=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #5556EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5556EA is #AAA915. Grayscale: #656565. Windows color (decimal): -11184406 or 15357525. OLE color: 15357525.

HSL color Cylindrical-coordinate representation of color #5556EA: hue angle of 239.6º 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 #5556EA is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 86 234 -
CMYK 0.64 0.63 0 0.08
HSL 239.6º 0.78% 0.63% -
HSV(B) 239.6º 0.64% 0.92% -
XYZ 21.93 14.53 79.49 -
YUV 102.57 202.17 115.47 -
System Red Green Blue C M Y K H S L
Decimal 85 86 234 0.64 0.63 0 0.08 239.6 0.78 0.63
Hex 55 56 EA 40 3F 0 8 F0 4E 3F
Octal 125 126 352 100 77 0 10 360 116 77
Binary 1010101 1010110 11101010 1000000 111111 0 1000 11110000 1001110 111111

Color Harmonies of #5556EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5556EA

Black with #5556EA

Text Example


Text Example

White with #5556EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5556EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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