#5A68FF

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

Shades of Neon Blue #5A68FF

Tints of Neon Blue #5A68FF

Color information

#5A68FF (or 0x5A68FF) is unknown color: approx Neon Blue. HEX triplet: 5A, 68 and FF. RGB value is (90,104,255). Sum of RGB (Red+Green+Blue) = 90+104+255=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A68FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A68FF is #A59700. Grayscale: #747474. Windows color (decimal): -10852097 or 16738394. OLE color: 16738394.

HSL color Cylindrical-coordinate representation of color #5A68FF: hue angle of 234.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A68FF is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB90104255-
CMYK0.650.5900
HSL234.91º100%67.65%-
HSV(B)234.91º64.71%100%-
XYZ27.2219.2996.9-
YUV117.03205.86108.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.04%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 255 (100% from 255) = 56.79%
R=20.04%
G=23.16%
B=56.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901042550.650.5900234.9110067.65
Hex5A68FF413B00eb6444
Octal1321503771017300353144104
Binary10110101101000111111111000001111011001110101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A68FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,104,255); }

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

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

 a { background-color: rgb(90,104,255); }

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

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

 span { border-color: rgb(90,104,255); }

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