#5B4AFD

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

Shades of Neon Blue #5B4AFD

Tints of Neon Blue #5B4AFD

Color information

#5B4AFD (or 0x5B4AFD) is unknown color: approx Neon Blue. HEX triplet: 5B, 4A and FD. RGB value is (91,74,253). Sum of RGB (Red+Green+Blue) = 91+74+253=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B4AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B4AFD is #A4B502. Grayscale: #626262. Windows color (decimal): -10794243 or 16599643. OLE color: 16599643.

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

Color convert

RGB9174253-
CMYK0.640.7100.01
HSL245.7º97.81%64.12%-
HSV(B)245.7º70.75%99.22%-
XYZ24.4914.2194.38-
YUV99.49214.63121.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 253 (99.22% from 255) = 60.53%
R=21.77%
G=17.70%
B=60.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91742530.640.7100.01245.797.8164.12
Hex5B4AFD404701f66240
Octal13311237510010701366142100
Binary101101110010101111110110000001000111011111011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,253); }

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

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

 a { background-color: rgb(91,74,253); }

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

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

 span { border-color: rgb(91,74,253); }

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