Html Css Color HEX #653FFA Neon Blue

📋 copy color: '#653FFA'

red 101 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #653FFA

Tints of Neon Blue #653FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

 BLUE value IS 250 (98.05% from 255) = 60.39%

R = 24.4%
G = 15.22%
B = 60.39%

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

#653FFA (or 0x653FFA) is known color: Neon Blue. HEX triplet: 65, 3F and FA. RGB value is (101,63,250). Sum of RGB (Red+Green+Blue) = 101+63+250=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #653FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #653FFA is #9AC005. Grayscale: #5E5E5E. Windows color (decimal): -10141702 or 16400229. OLE color: 16400229.

HSL color Cylindrical-coordinate representation of color #653FFA: hue angle of 252.19º degrees, saturation: 0.95, 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 #653FFA is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 63 250 -
CMYK 0.60 0.75 0 0.02
HSL 252.19º 0.95% 0.61% -
HSV(B) 252.19º 0.75% 0.98% -
XYZ 24.4 13.22 91.71 -
YUV 95.68 215.09 131.79 -
System Red Green Blue C M Y K H S L
Decimal 101 63 250 0.60 0.75 0 0.02 252.19 0.95 0.61
Hex 65 3F FA 3C 4B 0 2 FC 5F 3D
Octal 145 77 372 74 113 0 2 374 137 75
Binary 1100101 111111 11111010 111100 1001011 0 10 11111100 1011111 111101

Color Harmonies of #653FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653FFA

Black with #653FFA

Text Example


Text Example

White with #653FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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