Html Css Color HEX #5559EB Neon Blue

📋 copy color: '#5559EB'

red 85 ◦ green 89 ◦ blue 235

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

Shades of Neon Blue #5559EB

Tints of Neon Blue #5559EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 20.78%
G = 21.76%
B = 57.46%

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

#5559EB (or 0x5559EB) is known color: Neon Blue. HEX triplet: 55, 59 and EB. RGB value is (85,89,235). Sum of RGB (Red+Green+Blue) = 85+89+235=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #5559EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5559EB is #AAA614. Grayscale: #676767. Windows color (decimal): -11183637 or 15423829. OLE color: 15423829.

HSL color Cylindrical-coordinate representation of color #5559EB: hue angle of 238.4º degrees, saturation: 0.79, 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 #5559EB is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 89 235 -
CMYK 0.64 0.62 0 0.08
HSL 238.4º 0.79% 0.63% -
HSV(B) 238.4º 0.64% 0.92% -
XYZ 22.31 15.07 80.33 -
YUV 104.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 85 89 235 0.64 0.62 0 0.08 238.4 0.79 0.63
Hex 55 59 EB 40 3E 0 8 EE 4F 3F
Octal 125 131 353 100 76 0 10 356 117 77
Binary 1010101 1011001 11101011 1000000 111110 0 1000 11101110 1001111 111111

Color Harmonies of #5559EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5559EB

Black with #5559EB

Text Example


Text Example

White with #5559EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5559EB; }

 p { color: rgb(85,89,235); }

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

background-color css

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

 a { background-color: rgb(85,89,235); }

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

border-color css

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

 span { border-color: rgb(85,89,235); }

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