Shades of Neon Blue #3046FA
Tints of Neon Blue #3046FA
RGB
CMYK
RGB Variations
Color information
#3046FA (or 0x3046FA) is known color: Neon Blue. HEX triplet: 30, 46 and FA. RGB value is (48,70,250). Sum of RGB (Red+Green+Blue) = 48+70+250=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #3046FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3046FA is #CFB905. Grayscale: #535353. Windows color (decimal): -13613318 or 16401968. OLE color: 16401968.
HSL color Cylindrical-coordinate representation of color #3046FA: hue angle of 233.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3046FA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 70 | 250 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.02 |
| HSL | 233.47º | 0.95% | 0.58% | - |
| HSV(B) | 233.47º | 0.81% | 0.98% | - |
| XYZ | 20.66 | 11.91 | 91.65 | - |
| YUV | 83.94 | 221.71 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 250 | 0.81 | 0.72 | 0 | 0.02 | 233.47 | 0.95 | 0.58 |
| Hex | 30 | 46 | FA | 51 | 48 | 0 | 2 | E9 | 5F | 3A |
| Octal | 60 | 106 | 372 | 121 | 110 | 0 | 2 | 351 | 137 | 72 |
| Binary | 110000 | 1000110 | 11111010 | 1010001 | 1001000 | 0 | 10 | 11101001 | 1011111 | 111010 |
Color Harmonies of #3046FA
Complementary color
Monochromatic Colors of #3046FA
Black with #3046FA
Text Example
Text Example
White with #3046FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046FA; }
p { color: rgb(48,70,250); }
H1.HeaderClassName
{
color: #3046FA;
}
.AnyTagClassName
{
color: #3046FA;
}
</style>
background-color css
<style>
a { background-color: #3046FA; }
a { background-color: rgb(48,70,250); }
div.DivClassName
{
background-color: #3046FA;
}
.BgClassName
{
background-color: #3046FA;
}
</style>
border-color css
<style>
span { border-color: #3046FA; }
span { border-color: rgb(48,70,250); }
td.TdClassName
{
border-color: #3046FA;
}
.TagClassName
{
border-color: #3046FA;
}
</style>