Shades of Neon Blue #304CFC
Tints of Neon Blue #304CFC
RGB
CMYK
RGB Variations
Color information
#304CFC (or 0x304CFC) is known color: Neon Blue. HEX triplet: 30, 4C and FC. RGB value is (48,76,252). Sum of RGB (Red+Green+Blue) = 48+76+252=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #304CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CFC is #CFB303. Grayscale: #565656. Windows color (decimal): -13611780 or 16534576. OLE color: 16534576.
HSL color Cylindrical-coordinate representation of color #304CFC: hue angle of 231.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304CFC is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 76 | 252 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.01 |
| HSL | 231.76º | 0.97% | 0.59% | - |
| HSV(B) | 231.76º | 0.81% | 0.99% | - |
| XYZ | 21.37 | 12.83 | 93.44 | - |
| YUV | 87.69 | 220.72 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 252 | 0.81 | 0.70 | 0 | 0.01 | 231.76 | 0.97 | 0.59 |
| Hex | 30 | 4C | FC | 51 | 46 | 0 | 1 | E8 | 61 | 3B |
| Octal | 60 | 114 | 374 | 121 | 106 | 0 | 1 | 350 | 141 | 73 |
| Binary | 110000 | 1001100 | 11111100 | 1010001 | 1000110 | 0 | 1 | 11101000 | 1100001 | 111011 |
Color Harmonies of #304CFC
Complementary color
Monochromatic Colors of #304CFC
Black with #304CFC
Text Example
Text Example
White with #304CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CFC; }
p { color: rgb(48,76,252); }
H1.HeaderClassName
{
color: #304CFC;
}
.AnyTagClassName
{
color: #304CFC;
}
</style>
background-color css
<style>
a { background-color: #304CFC; }
a { background-color: rgb(48,76,252); }
div.DivClassName
{
background-color: #304CFC;
}
.BgClassName
{
background-color: #304CFC;
}
</style>
border-color css
<style>
span { border-color: #304CFC; }
span { border-color: rgb(48,76,252); }
td.TdClassName
{
border-color: #304CFC;
}
.TagClassName
{
border-color: #304CFC;
}
</style>