#654EFA

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

Shades of Neon Blue #654EFA

Tints of Neon Blue #654EFA

Color information

#654EFA (or 0x654EFA) is unknown color: approx Neon Blue. HEX triplet: 65, 4E and FA. RGB value is (101,78,250). Sum of RGB (Red+Green+Blue) = 101+78+250=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #654EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654EFA is #9AB105. Grayscale: #676767. Windows color (decimal): -10137862 or 16404069. OLE color: 16404069.

HSL color Cylindrical-coordinate representation of color #654EFA: hue angle of 248.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #654EFA is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10178250-
CMYK0.600.6900.02
HSL248.02º94.51%64.31%-
HSV(B)248.02º68.8%98.04%-
XYZ25.3515.1292.02-
YUV104.48210.12125.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.54%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=23.54%
G=18.18%
B=58.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal101782500.600.6900.02248.0294.5164.31
Hex654EFA3C4502f85f40
Octal1451163727410502370137100
Binary110010110011101111101011110010001010101111100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,78,250); }

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

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

 a { background-color: rgb(101,78,250); }

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

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

 span { border-color: rgb(101,78,250); }

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