Shades of Neon Blue #304FFB
Tints of Neon Blue #304FFB
RGB
CMYK
RGB Variations
Color information
#304FFB (or 0x304FFB) is known color: Neon Blue. HEX triplet: 30, 4F and FB. RGB value is (48,79,251). Sum of RGB (Red+Green+Blue) = 48+79+251=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #304FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304FFB is #CFB004. Grayscale: #585858. Windows color (decimal): -13611013 or 16469808. OLE color: 16469808.
HSL color Cylindrical-coordinate representation of color #304FFB: hue angle of 230.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304FFB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 79 | 251 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.02 |
| HSL | 230.84º | 0.96% | 0.59% | - |
| HSV(B) | 230.84º | 0.81% | 0.98% | - |
| XYZ | 21.43 | 13.19 | 92.68 | - |
| YUV | 89.34 | 219.23 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 251 | 0.81 | 0.69 | 0 | 0.02 | 230.84 | 0.96 | 0.59 |
| Hex | 30 | 4F | FB | 51 | 45 | 0 | 2 | E7 | 60 | 3B |
| Octal | 60 | 117 | 373 | 121 | 105 | 0 | 2 | 347 | 140 | 73 |
| Binary | 110000 | 1001111 | 11111011 | 1010001 | 1000101 | 0 | 10 | 11100111 | 1100000 | 111011 |
Color Harmonies of #304FFB
Complementary color
Monochromatic Colors of #304FFB
Black with #304FFB
Text Example
Text Example
White with #304FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FFB; }
p { color: rgb(48,79,251); }
H1.HeaderClassName
{
color: #304FFB;
}
.AnyTagClassName
{
color: #304FFB;
}
</style>
background-color css
<style>
a { background-color: #304FFB; }
a { background-color: rgb(48,79,251); }
div.DivClassName
{
background-color: #304FFB;
}
.BgClassName
{
background-color: #304FFB;
}
</style>
border-color css
<style>
span { border-color: #304FFB; }
span { border-color: rgb(48,79,251); }
td.TdClassName
{
border-color: #304FFB;
}
.TagClassName
{
border-color: #304FFB;
}
</style>