#6048F5

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

Shades of Neon Blue #6048F5

Tints of Neon Blue #6048F5

Color information

#6048F5 (or 0x6048F5) is unknown color: approx Neon Blue. HEX triplet: 60, 48 and F5. RGB value is (96,72,245). Sum of RGB (Red+Green+Blue) = 96+72+245=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 245 (96.09% from 255 or 59.32% from 413); Max value from RGB is 245 - color contains mainly: blue. Hex color #6048F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6048F5 is #9FB70A. Grayscale: #626262. Windows color (decimal): -10467083 or 16074848. OLE color: 16074848.

HSL color Cylindrical-coordinate representation of color #6048F5: hue angle of 248.32º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6048F5 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9672245-
CMYK0.610.7100.04
HSL248.32º89.64%62.16%-
HSV(B)248.32º70.61%96.08%-
XYZ23.6213.7187.79-
YUV98.9210.45125.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 245 (96.09% from 255) = 59.32%
R=23.24%
G=17.43%
B=59.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal96722450.610.7100.04248.3289.6462.16
Hex6048F53D4704f85a3e
Octal140110365751070437013276
Binary110000010010001111010111110110001110100111110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6048F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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