Shades of Neon Blue #304AFF
Tints of Neon Blue #304AFF
RGB
CMYK
RGB Variations
Color information
#304AFF (or 0x304AFF) is known color: Neon Blue. HEX triplet: 30, 4A and FF. RGB value is (48,74,255). Sum of RGB (Red+Green+Blue) = 48+74+255=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #304AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304AFF is #CFB500. Grayscale: #565656. Windows color (decimal): -13612289 or 16730672. OLE color: 16730672.
HSL color Cylindrical-coordinate representation of color #304AFF: hue angle of 232.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #304AFF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 74 | 255 | - |
| CMYK | 0.81 | 0.71 | 0 | 0 |
| HSL | 232.46º | 1% | 0.59% | - |
| HSV(B) | 232.46º | 0.81% | 1% | - |
| XYZ | 21.72 | 12.75 | 95.92 | - |
| YUV | 86.86 | 222.89 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 255 | 0.81 | 0.71 | 0 | 0 | 232.46 | 1 | 0.59 |
| Hex | 30 | 4A | FF | 51 | 47 | 0 | 0 | E8 | 64 | 3B |
| Octal | 60 | 112 | 377 | 121 | 107 | 0 | 0 | 350 | 144 | 73 |
| Binary | 110000 | 1001010 | 11111111 | 1010001 | 1000111 | 0 | 0 | 11101000 | 1100100 | 111011 |
Color Harmonies of #304AFF
Complementary color
Monochromatic Colors of #304AFF
Black with #304AFF
Text Example
Text Example
White with #304AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AFF; }
p { color: rgb(48,74,255); }
H1.HeaderClassName
{
color: #304AFF;
}
.AnyTagClassName
{
color: #304AFF;
}
</style>
background-color css
<style>
a { background-color: #304AFF; }
a { background-color: rgb(48,74,255); }
div.DivClassName
{
background-color: #304AFF;
}
.BgClassName
{
background-color: #304AFF;
}
</style>
border-color css
<style>
span { border-color: #304AFF; }
span { border-color: rgb(48,74,255); }
td.TdClassName
{
border-color: #304AFF;
}
.TagClassName
{
border-color: #304AFF;
}
</style>