#6048FC

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

Shades of Neon Blue #6048FC

Tints of Neon Blue #6048FC

Color information

#6048FC (or 0x6048FC) is unknown color: approx Neon Blue. HEX triplet: 60, 48 and FC. RGB value is (96,72,252). Sum of RGB (Red+Green+Blue) = 96+72+252=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #6048FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6048FC is #9FB703. Grayscale: #636363. Windows color (decimal): -10467076 or 16533600. OLE color: 16533600.

HSL color Cylindrical-coordinate representation of color #6048FC: hue angle of 248º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6048FC is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9672252-
CMYK0.620.7100.01
HSL248º96.77%63.53%-
HSV(B)248º71.43%98.82%-
XYZ24.7114.1593.52-
YUV99.7213.95125.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 252 (98.83% from 255) = 60%
R=22.86%
G=17.14%
B=60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96722520.620.7100.0124896.7763.53
Hex6048FC3E4701f86140
Octal1401103747610701370141100
Binary11000001001000111111001111101000111011111100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6048FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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