#5947F9

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

Shades of Neon Blue #5947F9

Tints of Neon Blue #5947F9

Color information

#5947F9 (or 0x5947F9) is unknown color: approx Neon Blue. HEX triplet: 59, 47 and F9. RGB value is (89,71,249). Sum of RGB (Red+Green+Blue) = 89+71+249=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 249 (97.66% from 255 or 60.88% from 409); Max value from RGB is 249 - color contains mainly: blue. Hex color #5947F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5947F9 is #A6B806. Grayscale: #5F5F5F. Windows color (decimal): -10926087 or 16336729. OLE color: 16336729.

HSL color Cylindrical-coordinate representation of color #5947F9: hue angle of 246.07º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5947F9 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8971249-
CMYK0.640.7100.02
HSL246.07º93.68%62.75%-
HSV(B)246.07º71.49%97.65%-
XYZ23.4713.4790.99-
YUV96.67213.96122.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.76%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 249 (97.66% from 255) = 60.88%
R=21.76%
G=17.36%
B=60.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal89712490.640.7100.02246.0793.6862.75
Hex5947F9404702f65e3f
Octal1311073711001070236613677
Binary101100110001111111100110000001000111010111101101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5947F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5947F9; }

 p { color: rgb(89,71,249); }

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

<style>
 a { background-color: #5947F9; }

 a { background-color: rgb(89,71,249); }

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

<style>
 span { border-color: #5947F9; }

 span { border-color: rgb(89,71,249); }

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