Html Css Color HEX #653CEC Neon Blue

📋 copy color: '#653CEC'

red 101 ◦ green 60 ◦ blue 236

#653CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #653CEC

Tints of Neon Blue #653CEC

RGB

 RED value IS 101 (39.84% from 255) = 25.44%

 GREEN value IS 60 (23.83% from 255) = 15.11%

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 25.44%
G = 15.11%
B = 59.45%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#653CEC (or 0x653CEC) is known color: Neon Blue. HEX triplet: 65, 3C and EC. RGB value is (101,60,236). Sum of RGB (Red+Green+Blue) = 101+60+236=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #653CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653CEC is #9AC313. Grayscale: #5B5B5B. Windows color (decimal): -10142484 or 15481957. OLE color: 15481957.

HSL color Cylindrical-coordinate representation of color #653CEC: hue angle of 253.98º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653CEC is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 60 236 -
CMYK 0.57 0.75 0 0.07
HSL 253.98º 0.82% 0.58% -
HSV(B) 253.98º 0.75% 0.93% -
XYZ 22.12 12.05 80.52 -
YUV 92.32 209.08 134.19 -
System Red Green Blue C M Y K H S L
Decimal 101 60 236 0.57 0.75 0 0.07 253.98 0.82 0.58
Hex 65 3C EC 39 4B 0 7 FE 52 3A
Octal 145 74 354 71 113 0 7 376 122 72
Binary 1100101 111100 11101100 111001 1001011 0 111 11111110 1010010 111010

Color Harmonies of #653CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653CEC

Black with #653CEC

Text Example


Text Example

White with #653CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #653CEC;
 }
 .AnyTagClassName
 {
   color: #653CEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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