Shades of Neon Blue #304DF5
Tints of Neon Blue #304DF5
RGB
CMYK
RGB Variations
Color information
#304DF5 (or 0x304DF5) is known color: Neon Blue. HEX triplet: 30, 4D and F5. RGB value is (48,77,245). Sum of RGB (Red+Green+Blue) = 48+77+245=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 245 (96.09% from 255 or 66.22% from 370); Max value from RGB is 245 - color contains mainly: blue. Hex color #304DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304DF5 is #CFB20A. Grayscale: #565656. Windows color (decimal): -13611531 or 16076080. OLE color: 16076080.
HSL color Cylindrical-coordinate representation of color #304DF5: hue angle of 231.17º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304DF5 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 77 | 245 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.04 |
| HSL | 231.17º | 0.91% | 0.57% | - |
| HSV(B) | 231.17º | 0.8% | 0.96% | - |
| XYZ | 20.35 | 12.53 | 87.73 | - |
| YUV | 87.48 | 216.89 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 245 | 0.80 | 0.69 | 0 | 0.04 | 231.17 | 0.91 | 0.57 |
| Hex | 30 | 4D | F5 | 50 | 45 | 0 | 4 | E7 | 5B | 39 |
| Octal | 60 | 115 | 365 | 120 | 105 | 0 | 4 | 347 | 133 | 71 |
| Binary | 110000 | 1001101 | 11110101 | 1010000 | 1000101 | 0 | 100 | 11100111 | 1011011 | 111001 |
Color Harmonies of #304DF5
Complementary color
Monochromatic Colors of #304DF5
Black with #304DF5
Text Example
Text Example
White with #304DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DF5; }
p { color: rgb(48,77,245); }
H1.HeaderClassName
{
color: #304DF5;
}
.AnyTagClassName
{
color: #304DF5;
}
</style>
background-color css
<style>
a { background-color: #304DF5; }
a { background-color: rgb(48,77,245); }
div.DivClassName
{
background-color: #304DF5;
}
.BgClassName
{
background-color: #304DF5;
}
</style>
border-color css
<style>
span { border-color: #304DF5; }
span { border-color: rgb(48,77,245); }
td.TdClassName
{
border-color: #304DF5;
}
.TagClassName
{
border-color: #304DF5;
}
</style>