Shades of Neon Blue #3047FA
Tints of Neon Blue #3047FA
RGB
CMYK
RGB Variations
Color information
#3047FA (or 0x3047FA) is known color: Neon Blue. HEX triplet: 30, 47 and FA. RGB value is (48,71,250). Sum of RGB (Red+Green+Blue) = 48+71+250=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #3047FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3047FA is #CFB805. Grayscale: #535353. Windows color (decimal): -13613062 or 16402224. OLE color: 16402224.
HSL color Cylindrical-coordinate representation of color #3047FA: hue angle of 233.17º 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 #3047FA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 71 | 250 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.02 |
| HSL | 233.17º | 0.95% | 0.58% | - |
| HSV(B) | 233.17º | 0.81% | 0.98% | - |
| XYZ | 20.73 | 12.04 | 91.67 | - |
| YUV | 84.53 | 221.38 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 250 | 0.81 | 0.72 | 0 | 0.02 | 233.17 | 0.95 | 0.58 |
| Hex | 30 | 47 | FA | 51 | 48 | 0 | 2 | E9 | 5F | 3A |
| Octal | 60 | 107 | 372 | 121 | 110 | 0 | 2 | 351 | 137 | 72 |
| Binary | 110000 | 1000111 | 11111010 | 1010001 | 1001000 | 0 | 10 | 11101001 | 1011111 | 111010 |
Color Harmonies of #3047FA
Complementary color
Monochromatic Colors of #3047FA
Black with #3047FA
Text Example
Text Example
White with #3047FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3047FA; }
p { color: rgb(48,71,250); }
H1.HeaderClassName
{
color: #3047FA;
}
.AnyTagClassName
{
color: #3047FA;
}
</style>
background-color css
<style>
a { background-color: #3047FA; }
a { background-color: rgb(48,71,250); }
div.DivClassName
{
background-color: #3047FA;
}
.BgClassName
{
background-color: #3047FA;
}
</style>
border-color css
<style>
span { border-color: #3047FA; }
span { border-color: rgb(48,71,250); }
td.TdClassName
{
border-color: #3047FA;
}
.TagClassName
{
border-color: #3047FA;
}
</style>