Shades of Neon Blue #3046FF
Tints of Neon Blue #3046FF
RGB
CMYK
RGB Variations
Color information
#3046FF (or 0x3046FF) is known color: Neon Blue. HEX triplet: 30, 46 and FF. RGB value is (48,70,255). Sum of RGB (Red+Green+Blue) = 48+70+255=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #3046FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3046FF is #CFB900. Grayscale: #535353. Windows color (decimal): -13613313 or 16729648. OLE color: 16729648.
HSL color Cylindrical-coordinate representation of color #3046FF: hue angle of 233.62º 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 #3046FF is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 70 | 255 | - |
| CMYK | 0.81 | 0.73 | 0 | 0 |
| HSL | 233.62º | 1% | 0.59% | - |
| HSV(B) | 233.62º | 0.81% | 1% | - |
| XYZ | 21.46 | 12.23 | 95.84 | - |
| YUV | 84.51 | 224.21 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 255 | 0.81 | 0.73 | 0 | 0 | 233.62 | 1 | 0.59 |
| Hex | 30 | 46 | FF | 51 | 49 | 0 | 0 | EA | 64 | 3B |
| Octal | 60 | 106 | 377 | 121 | 111 | 0 | 0 | 352 | 144 | 73 |
| Binary | 110000 | 1000110 | 11111111 | 1010001 | 1001001 | 0 | 0 | 11101010 | 1100100 | 111011 |
Color Harmonies of #3046FF
Complementary color
Monochromatic Colors of #3046FF
Black with #3046FF
Text Example
Text Example
White with #3046FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046FF; }
p { color: rgb(48,70,255); }
H1.HeaderClassName
{
color: #3046FF;
}
.AnyTagClassName
{
color: #3046FF;
}
</style>
background-color css
<style>
a { background-color: #3046FF; }
a { background-color: rgb(48,70,255); }
div.DivClassName
{
background-color: #3046FF;
}
.BgClassName
{
background-color: #3046FF;
}
</style>
border-color css
<style>
span { border-color: #3046FF; }
span { border-color: rgb(48,70,255); }
td.TdClassName
{
border-color: #3046FF;
}
.TagClassName
{
border-color: #3046FF;
}
</style>