Html Css Color HEX #5553EB Neon Blue

📋 copy color: '#5553EB'

red 85 ◦ green 83 ◦ blue 235

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

Shades of Neon Blue #5553EB

Tints of Neon Blue #5553EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

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

R = 21.09%
G = 20.6%
B = 58.31%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5553EB (or 0x5553EB) is known color: Neon Blue. HEX triplet: 55, 53 and EB. RGB value is (85,83,235). Sum of RGB (Red+Green+Blue) = 85+83+235=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #5553EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5553EB is #AAAC14. Grayscale: #646464. Windows color (decimal): -11185173 or 15422293. OLE color: 15422293.

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

Color convert

RGB 85 83 235 -
CMYK 0.64 0.65 0 0.08
HSL 240.79º 0.79% 0.62% -
HSV(B) 240.79º 0.65% 0.92% -
XYZ 21.83 14.12 80.17 -
YUV 100.93 203.66 116.64 -
System Red Green Blue C M Y K H S L
Decimal 85 83 235 0.64 0.65 0 0.08 240.79 0.79 0.62
Hex 55 53 EB 40 41 0 8 F1 4F 3E
Octal 125 123 353 100 101 0 10 361 117 76
Binary 1010101 1010011 11101011 1000000 1000001 0 1000 11110001 1001111 111110

Color Harmonies of #5553EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5553EB

Black with #5553EB

Text Example


Text Example

White with #5553EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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