#5A62FD

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

Shades of Neon Blue #5A62FD

Tints of Neon Blue #5A62FD

Color information

#5A62FD (or 0x5A62FD) is unknown color: approx Neon Blue. HEX triplet: 5A, 62 and FD. RGB value is (90,98,253). Sum of RGB (Red+Green+Blue) = 90+98+253=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A62FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A62FD is #A59D02. Grayscale: #707070. Windows color (decimal): -10853635 or 16605786. OLE color: 16605786.

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

Color convert

RGB9098253-
CMYK0.640.6100.01
HSL237.06º97.6%67.25%-
HSV(B)237.06º64.43%99.22%-
XYZ26.311895.02-
YUV113.28206.85111.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 253 (99.22% from 255) = 57.37%
R=20.41%
G=22.22%
B=57.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal90982530.640.6100.01237.0697.667.25
Hex5A62FD403D01ed6243
Octal1321423751007501355142103
Binary10110101100010111111011000000111101011110110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A62FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,98,253); }

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

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

 a { background-color: rgb(90,98,253); }

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

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

 span { border-color: rgb(90,98,253); }

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