Shades of Neon Blue #304CFE
Tints of Neon Blue #304CFE
RGB
CMYK
RGB Variations
Color information
#304CFE (or 0x304CFE) is known color: Neon Blue. HEX triplet: 30, 4C and FE. RGB value is (48,76,254). Sum of RGB (Red+Green+Blue) = 48+76+254=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #304CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CFE is #CFB301. Grayscale: #575757. Windows color (decimal): -13611778 or 16665648. OLE color: 16665648.
HSL color Cylindrical-coordinate representation of color #304CFE: hue angle of 231.84º 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 #304CFE is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 76 | 254 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.00 |
| HSL | 231.84º | 0.99% | 0.59% | - |
| HSV(B) | 231.84º | 0.81% | 1% | - |
| XYZ | 21.69 | 12.95 | 95.12 | - |
| YUV | 87.92 | 221.72 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 254 | 0.81 | 0.70 | 0 | 0.00 | 231.84 | 0.99 | 0.59 |
| Hex | 30 | 4C | FE | 51 | 46 | 0 | 0 | E8 | 63 | 3B |
| Octal | 60 | 114 | 376 | 121 | 106 | 0 | 0 | 350 | 143 | 73 |
| Binary | 110000 | 1001100 | 11111110 | 1010001 | 1000110 | 0 | 0 | 11101000 | 1100011 | 111011 |
Color Harmonies of #304CFE
Complementary color
Monochromatic Colors of #304CFE
Black with #304CFE
Text Example
Text Example
White with #304CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CFE; }
p { color: rgb(48,76,254); }
H1.HeaderClassName
{
color: #304CFE;
}
.AnyTagClassName
{
color: #304CFE;
}
</style>
background-color css
<style>
a { background-color: #304CFE; }
a { background-color: rgb(48,76,254); }
div.DivClassName
{
background-color: #304CFE;
}
.BgClassName
{
background-color: #304CFE;
}
</style>
border-color css
<style>
span { border-color: #304CFE; }
span { border-color: rgb(48,76,254); }
td.TdClassName
{
border-color: #304CFE;
}
.TagClassName
{
border-color: #304CFE;
}
</style>