Shades of Neon Blue #302FFF
Tints of Neon Blue #302FFF
RGB
CMYK
RGB Variations
Color information
#302FFF (or 0x302FFF) is known color: Neon Blue. HEX triplet: 30, 2F and FF. RGB value is (48,47,255). Sum of RGB (Red+Green+Blue) = 48+47+255=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #302FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302FFF is #CFD000. Grayscale: #464646. Windows color (decimal): -13619201 or 16723760. OLE color: 16723760.
HSL color Cylindrical-coordinate representation of color #302FFF: hue angle of 240.29º 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 #302FFF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 47 | 255 | - |
| CMYK | 0.81 | 0.82 | 0 | 0 |
| HSL | 240.29º | 1% | 0.59% | - |
| HSV(B) | 240.29º | 0.82% | 1% | - |
| XYZ | 20.29 | 9.88 | 95.45 | - |
| YUV | 71.01 | 231.83 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 255 | 0.81 | 0.82 | 0 | 0 | 240.29 | 1 | 0.59 |
| Hex | 30 | 2F | FF | 51 | 52 | 0 | 0 | F0 | 64 | 3B |
| Octal | 60 | 57 | 377 | 121 | 122 | 0 | 0 | 360 | 144 | 73 |
| Binary | 110000 | 101111 | 11111111 | 1010001 | 1010010 | 0 | 0 | 11110000 | 1100100 | 111011 |
Color Harmonies of #302FFF
Complementary color
Monochromatic Colors of #302FFF
Black with #302FFF
Text Example
Text Example
White with #302FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FFF; }
p { color: rgb(48,47,255); }
H1.HeaderClassName
{
color: #302FFF;
}
.AnyTagClassName
{
color: #302FFF;
}
</style>
background-color css
<style>
a { background-color: #302FFF; }
a { background-color: rgb(48,47,255); }
div.DivClassName
{
background-color: #302FFF;
}
.BgClassName
{
background-color: #302FFF;
}
</style>
border-color css
<style>
span { border-color: #302FFF; }
span { border-color: rgb(48,47,255); }
td.TdClassName
{
border-color: #302FFF;
}
.TagClassName
{
border-color: #302FFF;
}
</style>