Shades of Neon Blue #3056FF
Tints of Neon Blue #3056FF
RGB
CMYK
RGB Variations
Color information
#3056FF (or 0x3056FF) is known color: Neon Blue. HEX triplet: 30, 56 and FF. RGB value is (48,86,255). Sum of RGB (Red+Green+Blue) = 48+86+255=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #3056FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3056FF is #CFA900. Grayscale: #5D5D5D. Windows color (decimal): -13609217 or 16733744. OLE color: 16733744.
HSL color Cylindrical-coordinate representation of color #3056FF: hue angle of 228.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3056FF is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 86 | 255 | - |
| CMYK | 0.81 | 0.66 | 0 | 0 |
| HSL | 228.99º | 1% | 0.59% | - |
| HSV(B) | 228.99º | 0.81% | 1% | - |
| XYZ | 22.6 | 14.5 | 96.22 | - |
| YUV | 93.9 | 218.91 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 255 | 0.81 | 0.66 | 0 | 0 | 228.99 | 1 | 0.59 |
| Hex | 30 | 56 | FF | 51 | 42 | 0 | 0 | E5 | 64 | 3B |
| Octal | 60 | 126 | 377 | 121 | 102 | 0 | 0 | 345 | 144 | 73 |
| Binary | 110000 | 1010110 | 11111111 | 1010001 | 1000010 | 0 | 0 | 11100101 | 1100100 | 111011 |
Color Harmonies of #3056FF
Complementary color
Monochromatic Colors of #3056FF
Black with #3056FF
Text Example
Text Example
White with #3056FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3056FF; }
p { color: rgb(48,86,255); }
H1.HeaderClassName
{
color: #3056FF;
}
.AnyTagClassName
{
color: #3056FF;
}
</style>
background-color css
<style>
a { background-color: #3056FF; }
a { background-color: rgb(48,86,255); }
div.DivClassName
{
background-color: #3056FF;
}
.BgClassName
{
background-color: #3056FF;
}
</style>
border-color css
<style>
span { border-color: #3056FF; }
span { border-color: rgb(48,86,255); }
td.TdClassName
{
border-color: #3056FF;
}
.TagClassName
{
border-color: #3056FF;
}
</style>