Shades of Neon Blue #304FFE
Tints of Neon Blue #304FFE
RGB
CMYK
RGB Variations
Color information
#304FFE (or 0x304FFE) is known color: Neon Blue. HEX triplet: 30, 4F and FE. RGB value is (48,79,254). Sum of RGB (Red+Green+Blue) = 48+79+254=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #304FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304FFE is #CFB001. Grayscale: #585858. Windows color (decimal): -13611010 or 16666416. OLE color: 16666416.
HSL color Cylindrical-coordinate representation of color #304FFE: hue angle of 230.97º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304FFE is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 79 | 254 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.00 |
| HSL | 230.97º | 0.99% | 0.59% | - |
| HSV(B) | 230.97º | 0.81% | 1% | - |
| XYZ | 21.9 | 13.38 | 95.19 | - |
| YUV | 89.68 | 220.73 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 254 | 0.81 | 0.69 | 0 | 0.00 | 230.97 | 0.99 | 0.59 |
| Hex | 30 | 4F | FE | 51 | 45 | 0 | 0 | E7 | 63 | 3B |
| Octal | 60 | 117 | 376 | 121 | 105 | 0 | 0 | 347 | 143 | 73 |
| Binary | 110000 | 1001111 | 11111110 | 1010001 | 1000101 | 0 | 0 | 11100111 | 1100011 | 111011 |
Color Harmonies of #304FFE
Complementary color
Monochromatic Colors of #304FFE
Black with #304FFE
Text Example
Text Example
White with #304FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FFE; }
p { color: rgb(48,79,254); }
H1.HeaderClassName
{
color: #304FFE;
}
.AnyTagClassName
{
color: #304FFE;
}
</style>
background-color css
<style>
a { background-color: #304FFE; }
a { background-color: rgb(48,79,254); }
div.DivClassName
{
background-color: #304FFE;
}
.BgClassName
{
background-color: #304FFE;
}
</style>
border-color css
<style>
span { border-color: #304FFE; }
span { border-color: rgb(48,79,254); }
td.TdClassName
{
border-color: #304FFE;
}
.TagClassName
{
border-color: #304FFE;
}
</style>