Html Css Color HEX #654AF1 Neon Blue

📋 copy color: '#654AF1'

red 101 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #654AF1

Tints of Neon Blue #654AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

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

R = 24.28%
G = 17.79%
B = 57.93%

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

#654AF1 (or 0x654AF1) is known color: Neon Blue. HEX triplet: 65, 4A and F1. RGB value is (101,74,241). Sum of RGB (Red+Green+Blue) = 101+74+241=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #654AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654AF1 is #9AB50E. Grayscale: #646464. Windows color (decimal): -10138895 or 15813221. OLE color: 15813221.

HSL color Cylindrical-coordinate representation of color #654AF1: hue angle of 249.7º 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 #654AF1 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 74 241 -
CMYK 0.58 0.69 0 0.05
HSL 249.7º 0.86% 0.62% -
HSV(B) 249.7º 0.69% 0.95% -
XYZ 23.69 14.02 84.68 -
YUV 101.11 206.95 127.92 -
System Red Green Blue C M Y K H S L
Decimal 101 74 241 0.58 0.69 0 0.05 249.7 0.86 0.62
Hex 65 4A F1 3A 45 0 5 FA 56 3E
Octal 145 112 361 72 105 0 5 372 126 76
Binary 1100101 1001010 11110001 111010 1000101 0 101 11111010 1010110 111110

Color Harmonies of #654AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654AF1

Black with #654AF1

Text Example


Text Example

White with #654AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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