#6048EF

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

Shades of Neon Blue #6048EF

Tints of Neon Blue #6048EF

Color information

#6048EF (or 0x6048EF) is unknown color: approx Neon Blue. HEX triplet: 60, 48 and EF. RGB value is (96,72,239). Sum of RGB (Red+Green+Blue) = 96+72+239=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #6048EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6048EF is #9FB710. Grayscale: #616161. Windows color (decimal): -10467089 or 15681632. OLE color: 15681632.

HSL color Cylindrical-coordinate representation of color #6048EF: hue angle of 248.62º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6048EF is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9672239-
CMYK0.600.7000.06
HSL248.62º83.92%60.98%-
HSV(B)248.62º69.87%93.73%-
XYZ22.7213.3583.04-
YUV98.21207.45126.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 72 (28.52% from 255) = 17.69%
BLUE value IS 239 (93.75% from 255) = 58.72%
R=23.59%
G=17.69%
B=58.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96722390.600.7000.06248.6283.9260.98
Hex6048EF3C4606f9543d
Octal140110357741060637112475
Binary110000010010001110111111110010001100110111110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6048EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,72,239); }

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

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

 a { background-color: rgb(96,72,239); }

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

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

 span { border-color: rgb(96,72,239); }

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