Shades of Neon Blue #304FFF
Tints of Neon Blue #304FFF
RGB
CMYK
RGB Variations
Color information
#304FFF (or 0x304FFF) is known color: Neon Blue. HEX triplet: 30, 4F and FF. RGB value is (48,79,255). Sum of RGB (Red+Green+Blue) = 48+79+255=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #304FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304FFF is #CFB000. Grayscale: #595959. Windows color (decimal): -13611009 or 16731952. OLE color: 16731952.
HSL color Cylindrical-coordinate representation of color #304FFF: hue angle of 231.01º 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 #304FFF is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 79 | 255 | - |
| CMYK | 0.81 | 0.69 | 0 | 0 |
| HSL | 231.01º | 1% | 0.59% | - |
| HSV(B) | 231.01º | 0.81% | 1% | - |
| XYZ | 22.06 | 13.44 | 96.04 | - |
| YUV | 89.8 | 221.23 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 255 | 0.81 | 0.69 | 0 | 0 | 231.01 | 1 | 0.59 |
| Hex | 30 | 4F | FF | 51 | 45 | 0 | 0 | E7 | 64 | 3B |
| Octal | 60 | 117 | 377 | 121 | 105 | 0 | 0 | 347 | 144 | 73 |
| Binary | 110000 | 1001111 | 11111111 | 1010001 | 1000101 | 0 | 0 | 11100111 | 1100100 | 111011 |
Color Harmonies of #304FFF
Complementary color
Monochromatic Colors of #304FFF
Black with #304FFF
Text Example
Text Example
White with #304FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FFF; }
p { color: rgb(48,79,255); }
H1.HeaderClassName
{
color: #304FFF;
}
.AnyTagClassName
{
color: #304FFF;
}
</style>
background-color css
<style>
a { background-color: #304FFF; }
a { background-color: rgb(48,79,255); }
div.DivClassName
{
background-color: #304FFF;
}
.BgClassName
{
background-color: #304FFF;
}
</style>
border-color css
<style>
span { border-color: #304FFF; }
span { border-color: rgb(48,79,255); }
td.TdClassName
{
border-color: #304FFF;
}
.TagClassName
{
border-color: #304FFF;
}
</style>