Shades of Neon Blue #6049FB
Tints of Neon Blue #6049FB
RGB
CMYK
RGB Variations
Color information
#6049FB (or 0x6049FB) is known color: Neon Blue. HEX triplet: 60, 49 and FB. RGB value is (96,73,251). Sum of RGB (Red+Green+Blue) = 96+73+251=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #6049FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6049FB is #9FB604. Grayscale: #636363. Windows color (decimal): -10466821 or 16468320. OLE color: 16468320.
HSL color Cylindrical-coordinate representation of color #6049FB: hue angle of 247.75º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6049FB is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 73 | 251 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.02 |
| HSL | 247.75º | 0.96% | 0.64% | - |
| HSV(B) | 247.75º | 0.71% | 0.98% | - |
| XYZ | 24.62 | 14.22 | 92.71 | - |
| YUV | 100.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 251 | 0.62 | 0.71 | 0 | 0.02 | 247.75 | 0.96 | 0.64 |
| Hex | 60 | 49 | FB | 3E | 47 | 0 | 2 | F8 | 60 | 40 |
| Octal | 140 | 111 | 373 | 76 | 107 | 0 | 2 | 370 | 140 | 100 |
| Binary | 1100000 | 1001001 | 11111011 | 111110 | 1000111 | 0 | 10 | 11111000 | 1100000 | 1000000 |
Color Harmonies of #6049FB
Complementary color
Monochromatic Colors of #6049FB
Black with #6049FB
Text Example
Text Example
White with #6049FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6049FB; }
p { color: rgb(96,73,251); }
H1.HeaderClassName
{
color: #6049FB;
}
.AnyTagClassName
{
color: #6049FB;
}
</style>
background-color css
<style>
a { background-color: #6049FB; }
a { background-color: rgb(96,73,251); }
div.DivClassName
{
background-color: #6049FB;
}
.BgClassName
{
background-color: #6049FB;
}
</style>
border-color css
<style>
span { border-color: #6049FB; }
span { border-color: rgb(96,73,251); }
td.TdClassName
{
border-color: #6049FB;
}
.TagClassName
{
border-color: #6049FB;
}
</style>