Html Css Color HEX #654DFD Neon Blue

📋 copy color: '#654DFD'

red 101 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #654DFD

Tints of Neon Blue #654DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

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

R = 23.43%
G = 17.87%
B = 58.7%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#654DFD (or 0x654DFD) is known color: Neon Blue. HEX triplet: 65, 4D and FD. RGB value is (101,77,253). Sum of RGB (Red+Green+Blue) = 101+77+253=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #654DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654DFD is #9AB202. Grayscale: #676767. Windows color (decimal): -10138115 or 16600421. OLE color: 16600421.

HSL color Cylindrical-coordinate representation of color #654DFD: hue angle of 248.18º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #654DFD is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 77 253 -
CMYK 0.60 0.70 0 0.01
HSL 248.18º 0.98% 0.65% -
HSV(B) 248.18º 0.7% 0.99% -
XYZ 25.75 15.17 94.5 -
YUV 104.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 101 77 253 0.60 0.70 0 0.01 248.18 0.98 0.65
Hex 65 4D FD 3C 46 0 1 F8 62 41
Octal 145 115 375 74 106 0 1 370 142 101
Binary 1100101 1001101 11111101 111100 1000110 0 1 11111000 1100010 1000001

Color Harmonies of #654DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654DFD

Black with #654DFD

Text Example


Text Example

White with #654DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654DFD; }

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

 H1.HeaderClassName
 {
   color: #654DFD;
 }
 .AnyTagClassName
 {
   color: #654DFD;
 }
</style>

background-color css

<style>
 a { background-color: #654DFD; }

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

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

border-color css

<style>
 span { border-color: #654DFD; }

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

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