Html Css Color HEX #5553EA Neon Blue

📋 copy color: '#5553EA'

red 85 ◦ green 83 ◦ blue 234

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

Shades of Neon Blue #5553EA

Tints of Neon Blue #5553EA

RGB

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

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

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

R = 21.14%
G = 20.65%
B = 58.21%

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

#5553EA (or 0x5553EA) is known color: Neon Blue. HEX triplet: 55, 53 and EA. RGB value is (85,83,234). Sum of RGB (Red+Green+Blue) = 85+83+234=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #5553EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5553EA is #AAAC15. Grayscale: #646464. Windows color (decimal): -11185174 or 15356757. OLE color: 15356757.

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

Color convert

RGB 85 83 234 -
CMYK 0.64 0.65 0 0.08
HSL 240.79º 0.78% 0.62% -
HSV(B) 240.79º 0.65% 0.92% -
XYZ 21.69 14.06 79.41 -
YUV 100.81 203.16 116.72 -
System Red Green Blue C M Y K H S L
Decimal 85 83 234 0.64 0.65 0 0.08 240.79 0.78 0.62
Hex 55 53 EA 40 41 0 8 F1 4E 3E
Octal 125 123 352 100 101 0 10 361 116 76
Binary 1010101 1010011 11101010 1000000 1000001 0 1000 11110001 1001110 111110

Color Harmonies of #5553EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5553EA

Black with #5553EA

Text Example


Text Example

White with #5553EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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