#5A4EFC

Color #5A4EFC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5A4EFC

Tints of Neon Blue #5A4EFC

Color information

#5A4EFC (or 0x5A4EFC) is unknown color: approx Neon Blue. HEX triplet: 5A, 4E and FC. RGB value is (90,78,252). Sum of RGB (Red+Green+Blue) = 90+78+252=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A4EFC is #A5B103. Grayscale: #646464. Windows color (decimal): -10858756 or 16535130. OLE color: 16535130.

HSL color Cylindrical-coordinate representation of color #5A4EFC: hue angle of 244.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A4EFC is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9078252-
CMYK0.640.6900.01
HSL244.14º96.67%64.71%-
HSV(B)244.14º69.05%98.82%-
XYZ24.5114.6593.63-
YUV101.42212.98119.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.43%
GREEN value IS 78 (30.86% from 255) = 18.57%
BLUE value IS 252 (98.83% from 255) = 60%
R=21.43%
G=18.57%
B=60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal90782520.640.6900.01244.1496.6764.71
Hex5A4EFC404501f46141
Octal13211637410010501364141101
Binary101101010011101111110010000001000101011111010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,78,252); }

 H1.HeaderClassName
 {
   color: #5A4EFC;
 }
 .AnyTagClassName
 {
   color: #5A4EFC;
 }
</style>
background-color css

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

 a { background-color: rgb(90,78,252); }

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

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

 span { border-color: rgb(90,78,252); }

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