Html Css Color HEX #653EFB Neon Blue

📋 copy color: '#653EFB'

red 101 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #653EFB

Tints of Neon Blue #653EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 24.4%
G = 14.98%
B = 60.63%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#653EFB (or 0x653EFB) is known color: Neon Blue. HEX triplet: 65, 3E and FB. RGB value is (101,62,251). Sum of RGB (Red+Green+Blue) = 101+62+251=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #653EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653EFB is #9AC104. Grayscale: #5E5E5E. Windows color (decimal): -10141957 or 16465509. OLE color: 16465509.

HSL color Cylindrical-coordinate representation of color #653EFB: hue angle of 252.38º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653EFB is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 62 251 -
CMYK 0.60 0.75 0 0.02
HSL 252.38º 0.96% 0.61% -
HSV(B) 252.38º 0.75% 0.98% -
XYZ 24.5 13.18 92.52 -
YUV 95.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 101 62 251 0.60 0.75 0 0.02 252.38 0.96 0.61
Hex 65 3E FB 3C 4B 0 2 FC 60 3D
Octal 145 76 373 74 113 0 2 374 140 75
Binary 1100101 111110 11111011 111100 1001011 0 10 11111100 1100000 111101

Color Harmonies of #653EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653EFB

Black with #653EFB

Text Example


Text Example

White with #653EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,62,251); }

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

background-color css

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

 a { background-color: rgb(101,62,251); }

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

border-color css

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

 span { border-color: rgb(101,62,251); }

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