#653CEF

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

Shades of Neon Blue #653CEF

Tints of Neon Blue #653CEF

Color information

#653CEF (or 0x653CEF) is unknown color: approx Neon Blue. HEX triplet: 65, 3C and EF. RGB value is (101,60,239). Sum of RGB (Red+Green+Blue) = 101+60+239=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #653CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CEF is #9AC310. Grayscale: #5B5B5B. Windows color (decimal): -10142481 or 15678565. OLE color: 15678565.

HSL color Cylindrical-coordinate representation of color #653CEF: hue angle of 253.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653CEF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10160239-
CMYK0.580.7500.06
HSL253.74º84.83%58.63%-
HSV(B)253.74º74.9%93.73%-
XYZ22.5612.2382.83-
YUV92.66210.58133.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 60 (23.83% from 255) = 15%
BLUE value IS 239 (93.75% from 255) = 59.75%
R=25.25%
G=15%
B=59.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal101602390.580.7500.06253.7484.8358.63
Hex653CEF3A4B06fe553b
Octal14574357721130637612573
Binary11001011111001110111111101010010110110111111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,60,239); }

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

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

 a { background-color: rgb(101,60,239); }

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

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

 span { border-color: rgb(101,60,239); }

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