#6144EF

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

Shades of Neon Blue #6144EF

Tints of Neon Blue #6144EF

Color information

#6144EF (or 0x6144EF) is unknown color: approx Neon Blue. HEX triplet: 61, 44 and EF. RGB value is (97,68,239). Sum of RGB (Red+Green+Blue) = 97+68+239=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #6144EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144EF is #9EBB10. Grayscale: #5F5F5F. Windows color (decimal): -10402577 or 15680609. OLE color: 15680609.

HSL color Cylindrical-coordinate representation of color #6144EF: hue angle of 250.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6144EF is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9768239-
CMYK0.590.7200.06
HSL250.18º84.24%60.2%-
HSV(B)250.18º71.55%93.73%-
XYZ22.5812.9182.96-
YUV96.16208.61128.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 68 (26.95% from 255) = 16.83%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=24.01%
G=16.83%
B=59.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal97682390.590.7200.06250.1884.2460.2
Hex6144EF3B4806fa543c
Octal141104357731100637212474
Binary110000110001001110111111101110010000110111110101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6144EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6144EF; }

 p { color: rgb(97,68,239); }

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

<style>
 a { background-color: #6144EF; }

 a { background-color: rgb(97,68,239); }

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

<style>
 span { border-color: #6144EF; }

 span { border-color: rgb(97,68,239); }

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