#654DF1

Color #654DF1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #654DF1

Tints of Neon Blue #654DF1

Color information

#654DF1 (or 0x654DF1) is unknown color: approx Neon Blue. HEX triplet: 65, 4D and F1. RGB value is (101,77,241). Sum of RGB (Red+Green+Blue) = 101+77+241=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #654DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654DF1 is #9AB20E. Grayscale: #666666. Windows color (decimal): -10138127 or 15813989. OLE color: 15813989.

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

Color convert

RGB10177241-
CMYK0.580.6800.05
HSL248.78º85.42%62.35%-
HSV(B)248.78º68.05%94.51%-
XYZ23.914.4384.74-
YUV102.87205.95126.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=24.11%
G=18.38%
B=57.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101772410.580.6800.05248.7885.4262.35
Hex654DF13A4405f9553e
Octal145115361721040537112576
Binary110010110011011111000111101010001000101111110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #654DF1;
 }
 .AnyTagClassName
 {
   color: #654DF1;
 }
</style>
background-color css

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

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

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

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

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

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