Shades of Neon Blue #304CED
Tints of Neon Blue #304CED
RGB
CMYK
RGB Variations
Color information
#304CED (or 0x304CED) is known color: Neon Blue. HEX triplet: 30, 4C and ED. RGB value is (48,76,237). Sum of RGB (Red+Green+Blue) = 48+76+237=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #304CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CED is #CFB312. Grayscale: #555555. Windows color (decimal): -13611795 or 15551536. OLE color: 15551536.
HSL color Cylindrical-coordinate representation of color #304CED: hue angle of 231.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304CED is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 76 | 237 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.07 |
| HSL | 231.11º | 0.84% | 0.56% | - |
| HSV(B) | 231.11º | 0.8% | 0.93% | - |
| XYZ | 19.09 | 11.91 | 81.41 | - |
| YUV | 85.98 | 213.22 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 237 | 0.80 | 0.68 | 0 | 0.07 | 231.11 | 0.84 | 0.56 |
| Hex | 30 | 4C | ED | 50 | 44 | 0 | 7 | E7 | 54 | 38 |
| Octal | 60 | 114 | 355 | 120 | 104 | 0 | 7 | 347 | 124 | 70 |
| Binary | 110000 | 1001100 | 11101101 | 1010000 | 1000100 | 0 | 111 | 11100111 | 1010100 | 111000 |
Color Harmonies of #304CED
Complementary color
Monochromatic Colors of #304CED
Black with #304CED
Text Example
Text Example
White with #304CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CED; }
p { color: rgb(48,76,237); }
H1.HeaderClassName
{
color: #304CED;
}
.AnyTagClassName
{
color: #304CED;
}
</style>
background-color css
<style>
a { background-color: #304CED; }
a { background-color: rgb(48,76,237); }
div.DivClassName
{
background-color: #304CED;
}
.BgClassName
{
background-color: #304CED;
}
</style>
border-color css
<style>
span { border-color: #304CED; }
span { border-color: rgb(48,76,237); }
td.TdClassName
{
border-color: #304CED;
}
.TagClassName
{
border-color: #304CED;
}
</style>