Shades of Neon Blue #304CF5
Tints of Neon Blue #304CF5
RGB
CMYK
RGB Variations
Color information
#304CF5 (or 0x304CF5) is known color: Neon Blue. HEX triplet: 30, 4C and F5. RGB value is (48,76,245). Sum of RGB (Red+Green+Blue) = 48+76+245=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 245 (96.09% from 255 or 66.40% from 369); Max value from RGB is 245 - color contains mainly: blue. Hex color #304CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CF5 is #CFB30A. Grayscale: #565656. Windows color (decimal): -13611787 or 16075824. OLE color: 16075824.
HSL color Cylindrical-coordinate representation of color #304CF5: hue angle of 231.47º 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 #304CF5 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 76 | 245 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.04 |
| HSL | 231.47º | 0.91% | 0.57% | - |
| HSV(B) | 231.47º | 0.8% | 0.96% | - |
| XYZ | 20.28 | 12.39 | 87.71 | - |
| YUV | 86.89 | 217.22 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 245 | 0.80 | 0.69 | 0 | 0.04 | 231.47 | 0.91 | 0.57 |
| Hex | 30 | 4C | F5 | 50 | 45 | 0 | 4 | E7 | 5B | 39 |
| Octal | 60 | 114 | 365 | 120 | 105 | 0 | 4 | 347 | 133 | 71 |
| Binary | 110000 | 1001100 | 11110101 | 1010000 | 1000101 | 0 | 100 | 11100111 | 1011011 | 111001 |
Color Harmonies of #304CF5
Complementary color
Monochromatic Colors of #304CF5
Black with #304CF5
Text Example
Text Example
White with #304CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CF5; }
p { color: rgb(48,76,245); }
H1.HeaderClassName
{
color: #304CF5;
}
.AnyTagClassName
{
color: #304CF5;
}
</style>
background-color css
<style>
a { background-color: #304CF5; }
a { background-color: rgb(48,76,245); }
div.DivClassName
{
background-color: #304CF5;
}
.BgClassName
{
background-color: #304CF5;
}
</style>
border-color css
<style>
span { border-color: #304CF5; }
span { border-color: rgb(48,76,245); }
td.TdClassName
{
border-color: #304CF5;
}
.TagClassName
{
border-color: #304CF5;
}
</style>