Shades of Neon Blue #304DF0
Tints of Neon Blue #304DF0
RGB
CMYK
RGB Variations
Color information
#304DF0 (or 0x304DF0) is known color: Neon Blue. HEX triplet: 30, 4D and F0. RGB value is (48,77,240). Sum of RGB (Red+Green+Blue) = 48+77+240=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #304DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304DF0 is #CFB20F. Grayscale: #565656. Windows color (decimal): -13611536 or 15748400. OLE color: 15748400.
HSL color Cylindrical-coordinate representation of color #304DF0: hue angle of 230.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304DF0 is Cyan = 0.8, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 77 | 240 | - |
| CMYK | 0.8 | 0.68 | 0 | 0.06 |
| HSL | 230.94º | 0.86% | 0.56% | - |
| HSV(B) | 230.94º | 0.8% | 0.94% | - |
| XYZ | 19.6 | 12.23 | 83.77 | - |
| YUV | 86.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 240 | 0.8 | 0.68 | 0 | 0.06 | 230.94 | 0.86 | 0.56 |
| Hex | 30 | 4D | F0 | 50 | 44 | 0 | 6 | E7 | 56 | 38 |
| Octal | 60 | 115 | 360 | 120 | 104 | 0 | 6 | 347 | 126 | 70 |
| Binary | 110000 | 1001101 | 11110000 | 1010000 | 1000100 | 0 | 110 | 11100111 | 1010110 | 111000 |
Color Harmonies of #304DF0
Complementary color
Monochromatic Colors of #304DF0
Black with #304DF0
Text Example
Text Example
White with #304DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DF0; }
p { color: rgb(48,77,240); }
H1.HeaderClassName
{
color: #304DF0;
}
.AnyTagClassName
{
color: #304DF0;
}
</style>
background-color css
<style>
a { background-color: #304DF0; }
a { background-color: rgb(48,77,240); }
div.DivClassName
{
background-color: #304DF0;
}
.BgClassName
{
background-color: #304DF0;
}
</style>
border-color css
<style>
span { border-color: #304DF0; }
span { border-color: rgb(48,77,240); }
td.TdClassName
{
border-color: #304DF0;
}
.TagClassName
{
border-color: #304DF0;
}
</style>