Shades of Neon Blue #304AEE
Tints of Neon Blue #304AEE
RGB
CMYK
RGB Variations
Color information
#304AEE (or 0x304AEE) is known color: Neon Blue. HEX triplet: 30, 4A and EE. RGB value is (48,74,238). Sum of RGB (Red+Green+Blue) = 48+74+238=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #304AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #304AEE is #CFB511. Grayscale: #545454. Windows color (decimal): -13612306 or 15616560. OLE color: 15616560.
HSL color Cylindrical-coordinate representation of color #304AEE: hue angle of 231.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #304AEE is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 74 | 238 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.07 |
| HSL | 231.79º | 0.85% | 0.56% | - |
| HSV(B) | 231.79º | 0.8% | 0.93% | - |
| XYZ | 19.1 | 11.7 | 82.14 | - |
| YUV | 84.92 | 214.39 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 238 | 0.80 | 0.69 | 0 | 0.07 | 231.79 | 0.85 | 0.56 |
| Hex | 30 | 4A | EE | 50 | 45 | 0 | 7 | E8 | 55 | 38 |
| Octal | 60 | 112 | 356 | 120 | 105 | 0 | 7 | 350 | 125 | 70 |
| Binary | 110000 | 1001010 | 11101110 | 1010000 | 1000101 | 0 | 111 | 11101000 | 1010101 | 111000 |
Color Harmonies of #304AEE
Complementary color
Monochromatic Colors of #304AEE
Black with #304AEE
Text Example
Text Example
White with #304AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AEE; }
p { color: rgb(48,74,238); }
H1.HeaderClassName
{
color: #304AEE;
}
.AnyTagClassName
{
color: #304AEE;
}
</style>
background-color css
<style>
a { background-color: #304AEE; }
a { background-color: rgb(48,74,238); }
div.DivClassName
{
background-color: #304AEE;
}
.BgClassName
{
background-color: #304AEE;
}
</style>
border-color css
<style>
span { border-color: #304AEE; }
span { border-color: rgb(48,74,238); }
td.TdClassName
{
border-color: #304AEE;
}
.TagClassName
{
border-color: #304AEE;
}
</style>