#653BEA

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

Shades of Neon Blue #653BEA

Tints of Neon Blue #653BEA

Color information

#653BEA (or 0x653BEA) is unknown color: approx Neon Blue. HEX triplet: 65, 3B and EA. RGB value is (101,59,234). Sum of RGB (Red+Green+Blue) = 101+59+234=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #653BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653BEA is #9AC415. Grayscale: #5A5A5A. Windows color (decimal): -10142742 or 15350629. OLE color: 15350629.

HSL color Cylindrical-coordinate representation of color #653BEA: hue angle of 254.4º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653BEA is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10159234-
CMYK0.570.7500.08
HSL254.4º80.65%57.45%-
HSV(B)254.4º74.79%91.76%-
XYZ21.7811.8478.98-
YUV91.51208.41134.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 59 (23.44% from 255) = 14.97%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=25.63%
G=14.97%
B=59.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal101592340.570.7500.08254.480.6557.45
Hex653BEA394B08fe5139
Octal145733527111301037612171
Binary110010111101111101010111001100101101000111111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653BEA; }

 p { color: rgb(101,59,234); }

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

<style>
 a { background-color: #653BEA; }

 a { background-color: rgb(101,59,234); }

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

<style>
 span { border-color: #653BEA; }

 span { border-color: rgb(101,59,234); }

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