Shades of Neon Blue #304CFD
Tints of Neon Blue #304CFD
RGB
CMYK
RGB Variations
Color information
#304CFD (or 0x304CFD) is known color: Neon Blue. HEX triplet: 30, 4C and FD. RGB value is (48,76,253). Sum of RGB (Red+Green+Blue) = 48+76+253=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #304CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304CFD is #CFB302. Grayscale: #575757. Windows color (decimal): -13611779 or 16600112. OLE color: 16600112.
HSL color Cylindrical-coordinate representation of color #304CFD: hue angle of 231.8º degrees, saturation: 0.98, 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 #304CFD is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 76 | 253 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.01 |
| HSL | 231.8º | 0.98% | 0.59% | - |
| HSV(B) | 231.8º | 0.81% | 0.99% | - |
| XYZ | 21.53 | 12.89 | 94.28 | - |
| YUV | 87.81 | 221.22 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 253 | 0.81 | 0.70 | 0 | 0.01 | 231.8 | 0.98 | 0.59 |
| Hex | 30 | 4C | FD | 51 | 46 | 0 | 1 | E8 | 62 | 3B |
| Octal | 60 | 114 | 375 | 121 | 106 | 0 | 1 | 350 | 142 | 73 |
| Binary | 110000 | 1001100 | 11111101 | 1010001 | 1000110 | 0 | 1 | 11101000 | 1100010 | 111011 |
Color Harmonies of #304CFD
Complementary color
Monochromatic Colors of #304CFD
Black with #304CFD
Text Example
Text Example
White with #304CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CFD; }
p { color: rgb(48,76,253); }
H1.HeaderClassName
{
color: #304CFD;
}
.AnyTagClassName
{
color: #304CFD;
}
</style>
background-color css
<style>
a { background-color: #304CFD; }
a { background-color: rgb(48,76,253); }
div.DivClassName
{
background-color: #304CFD;
}
.BgClassName
{
background-color: #304CFD;
}
</style>
border-color css
<style>
span { border-color: #304CFD; }
span { border-color: rgb(48,76,253); }
td.TdClassName
{
border-color: #304CFD;
}
.TagClassName
{
border-color: #304CFD;
}
</style>