Html Css Color HEX #654BF1 Neon Blue

📋 copy color: '#654BF1'

red 101 ◦ green 75 ◦ blue 241

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

Shades of Neon Blue #654BF1

Tints of Neon Blue #654BF1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

 BLUE value IS 241 (94.53% from 255) = 57.79%

R = 24.22%
G = 17.99%
B = 57.79%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#654BF1 (or 0x654BF1) is known color: Neon Blue. HEX triplet: 65, 4B and F1. RGB value is (101,75,241). Sum of RGB (Red+Green+Blue) = 101+75+241=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #654BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654BF1 is #9AB40E. Grayscale: #656565. Windows color (decimal): -10138639 or 15813477. OLE color: 15813477.

HSL color Cylindrical-coordinate representation of color #654BF1: hue angle of 249.4º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #654BF1 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 75 241 -
CMYK 0.58 0.69 0 0.05
HSL 249.4º 0.86% 0.62% -
HSV(B) 249.4º 0.69% 0.95% -
XYZ 23.76 14.15 84.7 -
YUV 101.7 206.61 127.5 -
System Red Green Blue C M Y K H S L
Decimal 101 75 241 0.58 0.69 0 0.05 249.4 0.86 0.62
Hex 65 4B F1 3A 45 0 5 F9 56 3E
Octal 145 113 361 72 105 0 5 371 126 76
Binary 1100101 1001011 11110001 111010 1000101 0 101 11111001 1010110 111110

Color Harmonies of #654BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654BF1

Black with #654BF1

Text Example


Text Example

White with #654BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,75,241); }

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

background-color css

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

 a { background-color: rgb(101,75,241); }

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

border-color css

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

 span { border-color: rgb(101,75,241); }

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