Html Css Color HEX #653BEE Neon Blue

📋 copy color: '#653BEE'

red 101 ◦ green 59 ◦ blue 238

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

Shades of Neon Blue #653BEE

Tints of Neon Blue #653BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.82%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 25.38%
G = 14.82%
B = 59.8%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#653BEE (or 0x653BEE) is known color: Neon Blue. HEX triplet: 65, 3B and EE. RGB value is (101,59,238). Sum of RGB (Red+Green+Blue) = 101+59+238=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #653BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653BEE is #9AC411. Grayscale: #5B5B5B. Windows color (decimal): -10142738 or 15612773. OLE color: 15612773.

HSL color Cylindrical-coordinate representation of color #653BEE: hue angle of 254.08º degrees, saturation: 0.84, 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 #653BEE is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 59 238 -
CMYK 0.58 0.75 0 0.07
HSL 254.08º 0.84% 0.58% -
HSV(B) 254.08º 0.75% 0.93% -
XYZ 22.36 12.07 82.04 -
YUV 91.96 210.41 134.45 -
System Red Green Blue C M Y K H S L
Decimal 101 59 238 0.58 0.75 0 0.07 254.08 0.84 0.58
Hex 65 3B EE 3A 4B 0 7 FE 54 3A
Octal 145 73 356 72 113 0 7 376 124 72
Binary 1100101 111011 11101110 111010 1001011 0 111 11111110 1010100 111010

Color Harmonies of #653BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BEE

Black with #653BEE

Text Example


Text Example

White with #653BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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