#6046FE

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

Shades of Neon Blue #6046FE

Tints of Neon Blue #6046FE

Color information

#6046FE (or 0x6046FE) is unknown color: approx Neon Blue. HEX triplet: 60, 46 and FE. RGB value is (96,70,254). Sum of RGB (Red+Green+Blue) = 96+70+254=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #6046FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6046FE is #9FB901. Grayscale: #626262. Windows color (decimal): -10467586 or 16664160. OLE color: 16664160.

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

Color convert

RGB9670254-
CMYK0.620.7200.00
HSL248.48º98.92%63.53%-
HSV(B)248.48º72.44%99.61%-
XYZ24.914.0295.16-
YUV98.75215.61126.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 70 (27.73% from 255) = 16.67%
BLUE value IS 254 (99.61% from 255) = 60.48%
R=22.86%
G=16.67%
B=60.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal96702540.620.7200.00248.4898.9263.53
Hex6046FE3E4800f86340
Octal1401063767611000370143100
Binary11000001000110111111101111101001000001111100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6046FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,70,254); }

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

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

 a { background-color: rgb(96,70,254); }

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

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

 span { border-color: rgb(96,70,254); }

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