Html Css Color HEX #5A55EB Neon Blue

📋 copy color: '#5A55EB'

red 90 ◦ green 85 ◦ blue 235

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

Shades of Neon Blue #5A55EB

Tints of Neon Blue #5A55EB

RGB

 RED value IS 90 (35.55% from 255) = 21.95%

 GREEN value IS 85 (33.59% from 255) = 20.73%

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

R = 21.95%
G = 20.73%
B = 57.32%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A55EB (or 0x5A55EB) is known color: Neon Blue. HEX triplet: 5A, 55 and EB. RGB value is (90,85,235). Sum of RGB (Red+Green+Blue) = 90+85+235=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A55EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A55EB is #A5AA14. Grayscale: #676767. Windows color (decimal): -10856981 or 15422810. OLE color: 15422810.

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

Color convert

RGB 90 85 235 -
CMYK 0.62 0.64 0 0.08
HSL 242º 0.79% 0.63% -
HSV(B) 242º 0.64% 0.92% -
XYZ 22.46 14.67 80.24 -
YUV 103.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 90 85 235 0.62 0.64 0 0.08 242 0.79 0.63
Hex 5A 55 EB 3E 40 0 8 F2 4F 3F
Octal 132 125 353 76 100 0 10 362 117 77
Binary 1011010 1010101 11101011 111110 1000000 0 1000 11110010 1001111 111111

Color Harmonies of #5A55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A55EB

Black with #5A55EB

Text Example


Text Example

White with #5A55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A55EB; }

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

 H1.HeaderClassName
 {
   color: #5A55EB;
 }
 .AnyTagClassName
 {
   color: #5A55EB;
 }
</style>

background-color css

<style>
 a { background-color: #5A55EB; }

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

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

border-color css

<style>
 span { border-color: #5A55EB; }

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

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