Shades of Neon Blue #302EFF
Tints of Neon Blue #302EFF
RGB
CMYK
RGB Variations
Color information
#302EFF (or 0x302EFF) is known color: Neon Blue. HEX triplet: 30, 2E and FF. RGB value is (48,46,255). Sum of RGB (Red+Green+Blue) = 48+46+255=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #302EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302EFF is #CFD100. Grayscale: #454545. Windows color (decimal): -13619457 or 16723504. OLE color: 16723504.
HSL color Cylindrical-coordinate representation of color #302EFF: hue angle of 240.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302EFF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 46 | 255 | - |
| CMYK | 0.81 | 0.82 | 0 | 0 |
| HSL | 240.57º | 1% | 0.59% | - |
| HSV(B) | 240.57º | 0.82% | 1% | - |
| XYZ | 20.25 | 9.8 | 95.43 | - |
| YUV | 70.42 | 232.16 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 255 | 0.81 | 0.82 | 0 | 0 | 240.57 | 1 | 0.59 |
| Hex | 30 | 2E | FF | 51 | 52 | 0 | 0 | F1 | 64 | 3B |
| Octal | 60 | 56 | 377 | 121 | 122 | 0 | 0 | 361 | 144 | 73 |
| Binary | 110000 | 101110 | 11111111 | 1010001 | 1010010 | 0 | 0 | 11110001 | 1100100 | 111011 |
Color Harmonies of #302EFF
Complementary color
Monochromatic Colors of #302EFF
Black with #302EFF
Text Example
Text Example
White with #302EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302EFF; }
p { color: rgb(48,46,255); }
H1.HeaderClassName
{
color: #302EFF;
}
.AnyTagClassName
{
color: #302EFF;
}
</style>
background-color css
<style>
a { background-color: #302EFF; }
a { background-color: rgb(48,46,255); }
div.DivClassName
{
background-color: #302EFF;
}
.BgClassName
{
background-color: #302EFF;
}
</style>
border-color css
<style>
span { border-color: #302EFF; }
span { border-color: rgb(48,46,255); }
td.TdClassName
{
border-color: #302EFF;
}
.TagClassName
{
border-color: #302EFF;
}
</style>