#5A6CF8

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

Shades of Neon Blue #5A6CF8

Tints of Neon Blue #5A6CF8

Color information

#5A6CF8 (or 0x5A6CF8) is unknown color: approx Neon Blue. HEX triplet: 5A, 6C and F8. RGB value is (90,108,248). Sum of RGB (Red+Green+Blue) = 90+108+248=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #5A6CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6CF8 is #A59307. Grayscale: #767676. Windows color (decimal): -10851080 or 16280666. OLE color: 16280666.

HSL color Cylindrical-coordinate representation of color #5A6CF8: hue angle of 233.16º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6CF8 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB90108248-
CMYK0.640.5600.03
HSL233.16º91.86%66.27%-
HSV(B)233.16º63.71%97.25%-
XYZ26.5219.6891.21-
YUV118.58201.04107.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.18%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 248 (97.27% from 255) = 55.61%
R=20.18%
G=24.22%
B=55.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal901082480.640.5600.03233.1691.8666.27
Hex5A6CF8403803e95c42
Octal1321543701007003351134102
Binary101101011011001111100010000001110000111110100110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,108,248); }

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

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

 a { background-color: rgb(90,108,248); }

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

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

 span { border-color: rgb(90,108,248); }

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