#5A65FE

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

Shades of Neon Blue #5A65FE

Tints of Neon Blue #5A65FE

Color information

#5A65FE (or 0x5A65FE) is unknown color: approx Neon Blue. HEX triplet: 5A, 65 and FE. RGB value is (90,101,254). Sum of RGB (Red+Green+Blue) = 90+101+254=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A65FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A65FE is #A59A01. Grayscale: #727272. Windows color (decimal): -10852866 or 16672090. OLE color: 16672090.

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

Color convert

RGB90101254-
CMYK0.650.6000.00
HSL235.98º98.8%67.45%-
HSV(B)235.98º64.57%99.61%-
XYZ26.7618.6495.95-
YUV115.15206.36110.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.22%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 254 (99.61% from 255) = 57.08%
R=20.22%
G=22.70%
B=57.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal901012540.650.6000.00235.9898.867.45
Hex5A65FE413C00ec6343
Octal1321453761017400354143103
Binary10110101100101111111101000001111100001110110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A65FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,101,254); }

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

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

 a { background-color: rgb(90,101,254); }

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

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

 span { border-color: rgb(90,101,254); }

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