#6159FE

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

Shades of Neon Blue #6159FE

Tints of Neon Blue #6159FE

Color information

#6159FE (or 0x6159FE) is unknown color: approx Neon Blue. HEX triplet: 61, 59 and FE. RGB value is (97,89,254). Sum of RGB (Red+Green+Blue) = 97+89+254=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #6159FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6159FE is #9EA601. Grayscale: #6D6D6D. Windows color (decimal): -10397186 or 16669025. OLE color: 16669025.

HSL color Cylindrical-coordinate representation of color #6159FE: hue angle of 242.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6159FE is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9789254-
CMYK0.620.6500.00
HSL242.91º98.8%67.25%-
HSV(B)242.91º64.96%99.61%-
XYZ26.3916.8495.63-
YUV110.2209.15118.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 254 (99.61% from 255) = 57.73%
R=22.05%
G=20.23%
B=57.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal97892540.620.6500.00242.9198.867.25
Hex6159FE3E4100f36343
Octal1411313767610100363143103
Binary11000011011001111111101111101000001001111001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6159FE; }

 p { color: rgb(97,89,254); }

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

<style>
 a { background-color: #6159FE; }

 a { background-color: rgb(97,89,254); }

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

<style>
 span { border-color: #6159FE; }

 span { border-color: rgb(97,89,254); }

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