Shades of Neon Blue #304EFF
Tints of Neon Blue #304EFF
RGB
CMYK
RGB Variations
Color information
#304EFF (or 0x304EFF) is known color: Neon Blue. HEX triplet: 30, 4E and FF. RGB value is (48,78,255). Sum of RGB (Red+Green+Blue) = 48+78+255=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #304EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EFF is #CFB100. Grayscale: #585858. Windows color (decimal): -13611265 or 16731696. OLE color: 16731696.
HSL color Cylindrical-coordinate representation of color #304EFF: hue angle of 231.3º 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 #304EFF is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 78 | 255 | - |
| CMYK | 0.81 | 0.69 | 0 | 0 |
| HSL | 231.3º | 1% | 0.59% | - |
| HSV(B) | 231.3º | 0.81% | 1% | - |
| XYZ | 21.99 | 13.3 | 96.02 | - |
| YUV | 89.21 | 221.56 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 255 | 0.81 | 0.69 | 0 | 0 | 231.3 | 1 | 0.59 |
| Hex | 30 | 4E | FF | 51 | 45 | 0 | 0 | E7 | 64 | 3B |
| Octal | 60 | 116 | 377 | 121 | 105 | 0 | 0 | 347 | 144 | 73 |
| Binary | 110000 | 1001110 | 11111111 | 1010001 | 1000101 | 0 | 0 | 11100111 | 1100100 | 111011 |
Color Harmonies of #304EFF
Complementary color
Monochromatic Colors of #304EFF
Black with #304EFF
Text Example
Text Example
White with #304EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EFF; }
p { color: rgb(48,78,255); }
H1.HeaderClassName
{
color: #304EFF;
}
.AnyTagClassName
{
color: #304EFF;
}
</style>
background-color css
<style>
a { background-color: #304EFF; }
a { background-color: rgb(48,78,255); }
div.DivClassName
{
background-color: #304EFF;
}
.BgClassName
{
background-color: #304EFF;
}
</style>
border-color css
<style>
span { border-color: #304EFF; }
span { border-color: rgb(48,78,255); }
td.TdClassName
{
border-color: #304EFF;
}
.TagClassName
{
border-color: #304EFF;
}
</style>