Shades of Neon Blue #304CFF
Tints of Neon Blue #304CFF
RGB
CMYK
RGB Variations
Color information
#304CFF (or 0x304CFF) is known color: Neon Blue. HEX triplet: 30, 4C and FF. RGB value is (48,76,255). Sum of RGB (Red+Green+Blue) = 48+76+255=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #304CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CFF is #CFB300. Grayscale: #575757. Windows color (decimal): -13611777 or 16731184. OLE color: 16731184.
HSL color Cylindrical-coordinate representation of color #304CFF: hue angle of 231.88º 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 #304CFF is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 76 | 255 | - |
| CMYK | 0.81 | 0.70 | 0 | 0 |
| HSL | 231.88º | 1% | 0.59% | - |
| HSV(B) | 231.88º | 0.81% | 1% | - |
| XYZ | 21.85 | 13.02 | 95.97 | - |
| YUV | 88.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 255 | 0.81 | 0.70 | 0 | 0 | 231.88 | 1 | 0.59 |
| Hex | 30 | 4C | FF | 51 | 46 | 0 | 0 | E8 | 64 | 3B |
| Octal | 60 | 114 | 377 | 121 | 106 | 0 | 0 | 350 | 144 | 73 |
| Binary | 110000 | 1001100 | 11111111 | 1010001 | 1000110 | 0 | 0 | 11101000 | 1100100 | 111011 |
Color Harmonies of #304CFF
Complementary color
Monochromatic Colors of #304CFF
Black with #304CFF
Text Example
Text Example
White with #304CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CFF; }
p { color: rgb(48,76,255); }
H1.HeaderClassName
{
color: #304CFF;
}
.AnyTagClassName
{
color: #304CFF;
}
</style>
background-color css
<style>
a { background-color: #304CFF; }
a { background-color: rgb(48,76,255); }
div.DivClassName
{
background-color: #304CFF;
}
.BgClassName
{
background-color: #304CFF;
}
</style>
border-color css
<style>
span { border-color: #304CFF; }
span { border-color: rgb(48,76,255); }
td.TdClassName
{
border-color: #304CFF;
}
.TagClassName
{
border-color: #304CFF;
}
</style>