Html Css Color HEX #5A5FEC Neon Blue

📋 copy color: '#5A5FEC'

red 90 ◦ green 95 ◦ blue 236

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

Shades of Neon Blue #5A5FEC

Tints of Neon Blue #5A5FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.06%

R = 21.38%
G = 22.57%
B = 56.06%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A5FEC (or 0x5A5FEC) is known color: Neon Blue. HEX triplet: 5A, 5F and EC. RGB value is (90,95,236). Sum of RGB (Red+Green+Blue) = 90+95+236=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5FEC is #A5A013. Grayscale: #6D6D6D. Windows color (decimal): -10854420 or 15490906. OLE color: 15490906.

HSL color Cylindrical-coordinate representation of color #5A5FEC: hue angle of 237.95º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A5FEC is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 95 236 -
CMYK 0.62 0.60 0 0.07
HSL 237.95º 0.79% 0.64% -
HSV(B) 237.95º 0.62% 0.93% -
XYZ 23.45 16.41 81.29 -
YUV 109.58 199.34 114.04 -
System Red Green Blue C M Y K H S L
Decimal 90 95 236 0.62 0.60 0 0.07 237.95 0.79 0.64
Hex 5A 5F EC 3E 3C 0 7 EE 4F 40
Octal 132 137 354 76 74 0 7 356 117 100
Binary 1011010 1011111 11101100 111110 111100 0 111 11101110 1001111 1000000

Color Harmonies of #5A5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5FEC

Black with #5A5FEC

Text Example


Text Example

White with #5A5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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