Html Css Color HEX #653BFD Neon Blue

📋 copy color: '#653BFD'

red 101 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #653BFD

Tints of Neon Blue #653BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 24.46%
G = 14.29%
B = 61.26%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#653BFD (or 0x653BFD) is known color: Neon Blue. HEX triplet: 65, 3B and FD. RGB value is (101,59,253). Sum of RGB (Red+Green+Blue) = 101+59+253=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #653BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653BFD is #9AC402. Grayscale: #5C5C5C. Windows color (decimal): -10142723 or 16595813. OLE color: 16595813.

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

Color convert

RGB 101 59 253 -
CMYK 0.60 0.77 0 0.01
HSL 252.99º 0.98% 0.61% -
HSV(B) 252.99º 0.77% 0.99% -
XYZ 24.66 12.99 94.14 -
YUV 93.67 217.91 133.23 -
System Red Green Blue C M Y K H S L
Decimal 101 59 253 0.60 0.77 0 0.01 252.99 0.98 0.61
Hex 65 3B FD 3C 4D 0 1 FD 62 3D
Octal 145 73 375 74 115 0 1 375 142 75
Binary 1100101 111011 11111101 111100 1001101 0 1 11111101 1100010 111101

Color Harmonies of #653BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653BFD

Black with #653BFD

Text Example


Text Example

White with #653BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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