#653FFC

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

Shades of Neon Blue #653FFC

Tints of Neon Blue #653FFC

Color information

#653FFC (or 0x653FFC) is unknown color: approx Neon Blue. HEX triplet: 65, 3F and FC. RGB value is (101,63,252). Sum of RGB (Red+Green+Blue) = 101+63+252=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #653FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653FFC is #9AC003. Grayscale: #5F5F5F. Windows color (decimal): -10141700 or 16531301. OLE color: 16531301.

HSL color Cylindrical-coordinate representation of color #653FFC: hue angle of 252.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653FFC is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10163252-
CMYK0.600.7500.01
HSL252.06º96.92%61.76%-
HSV(B)252.06º75%98.82%-
XYZ24.7213.3593.37-
YUV95.91216.09131.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.28%
GREEN value IS 63 (25% from 255) = 15.14%
BLUE value IS 252 (98.83% from 255) = 60.58%
R=24.28%
G=15.14%
B=60.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal101632520.600.7500.01252.0696.9261.76
Hex653FFC3C4B01fc613e
Octal14577374741130137414176
Binary110010111111111111100111100100101101111111001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,63,252); }

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

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

 a { background-color: rgb(101,63,252); }

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

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

 span { border-color: rgb(101,63,252); }

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