Html Css Color HEX #654FF1 Neon Blue

📋 copy color: '#654FF1'

red 101 ◦ green 79 ◦ blue 241

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

Shades of Neon Blue #654FF1

Tints of Neon Blue #654FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

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

R = 23.99%
G = 18.76%
B = 57.24%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#654FF1 (or 0x654FF1) is known color: Neon Blue. HEX triplet: 65, 4F and F1. RGB value is (101,79,241). Sum of RGB (Red+Green+Blue) = 101+79+241=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #654FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654FF1 is #9AB00E. Grayscale: #676767. Windows color (decimal): -10137615 or 15814501. OLE color: 15814501.

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

Color convert

RGB 101 79 241 -
CMYK 0.58 0.67 0 0.05
HSL 248.15º 0.85% 0.63% -
HSV(B) 248.15º 0.67% 0.95% -
XYZ 24.04 14.71 84.79 -
YUV 104.05 205.29 125.83 -
System Red Green Blue C M Y K H S L
Decimal 101 79 241 0.58 0.67 0 0.05 248.15 0.85 0.63
Hex 65 4F F1 3A 43 0 5 F8 55 3F
Octal 145 117 361 72 103 0 5 370 125 77
Binary 1100101 1001111 11110001 111010 1000011 0 101 11111000 1010101 111111

Color Harmonies of #654FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654FF1

Black with #654FF1

Text Example


Text Example

White with #654FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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