Html Css Color HEX #5A5FEA Neon Blue

📋 copy color: '#5A5FEA'

red 90 ◦ green 95 ◦ blue 234

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

Shades of Neon Blue #5A5FEA

Tints of Neon Blue #5A5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

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

R = 21.48%
G = 22.67%
B = 55.85%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A5FEA (or 0x5A5FEA) is known color: Neon Blue. HEX triplet: 5A, 5F and EA. RGB value is (90,95,234). Sum of RGB (Red+Green+Blue) = 90+95+234=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5FEA is #A5A015. Grayscale: #6C6C6C. Windows color (decimal): -10854422 or 15359834. OLE color: 15359834.

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

Color convert

RGB 90 95 234 -
CMYK 0.62 0.59 0 0.08
HSL 237.92º 0.77% 0.64% -
HSV(B) 237.92º 0.62% 0.92% -
XYZ 23.16 16.3 79.77 -
YUV 109.35 198.34 114.2 -
System Red Green Blue C M Y K H S L
Decimal 90 95 234 0.62 0.59 0 0.08 237.92 0.77 0.64
Hex 5A 5F EA 3E 3B 0 8 EE 4D 40
Octal 132 137 352 76 73 0 10 356 115 100
Binary 1011010 1011111 11101010 111110 111011 0 1000 11101110 1001101 1000000

Color Harmonies of #5A5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5FEA

Black with #5A5FEA

Text Example


Text Example

White with #5A5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,95,234); }

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

background-color css

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

 a { background-color: rgb(90,95,234); }

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

border-color css

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

 span { border-color: rgb(90,95,234); }

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