Shades of Neon Blue #302FF1
Tints of Neon Blue #302FF1
RGB
CMYK
RGB Variations
Color information
#302FF1 (or 0x302FF1) is known color: Neon Blue. HEX triplet: 30, 2F and F1. RGB value is (48,47,241). Sum of RGB (Red+Green+Blue) = 48+47+241=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #302FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302FF1 is #CFD00E. Grayscale: #444444. Windows color (decimal): -13619215 or 15806256. OLE color: 15806256.
HSL color Cylindrical-coordinate representation of color #302FF1: hue angle of 240.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302FF1 is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 47 | 241 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.05 |
| HSL | 240.31º | 0.87% | 0.56% | - |
| HSV(B) | 240.31º | 0.8% | 0.95% | - |
| XYZ | 18.11 | 9.01 | 84 | - |
| YUV | 69.42 | 224.83 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 241 | 0.80 | 0.80 | 0 | 0.05 | 240.31 | 0.87 | 0.56 |
| Hex | 30 | 2F | F1 | 50 | 50 | 0 | 5 | F0 | 57 | 38 |
| Octal | 60 | 57 | 361 | 120 | 120 | 0 | 5 | 360 | 127 | 70 |
| Binary | 110000 | 101111 | 11110001 | 1010000 | 1010000 | 0 | 101 | 11110000 | 1010111 | 111000 |
Color Harmonies of #302FF1
Complementary color
Monochromatic Colors of #302FF1
Black with #302FF1
Text Example
Text Example
White with #302FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FF1; }
p { color: rgb(48,47,241); }
H1.HeaderClassName
{
color: #302FF1;
}
.AnyTagClassName
{
color: #302FF1;
}
</style>
background-color css
<style>
a { background-color: #302FF1; }
a { background-color: rgb(48,47,241); }
div.DivClassName
{
background-color: #302FF1;
}
.BgClassName
{
background-color: #302FF1;
}
</style>
border-color css
<style>
span { border-color: #302FF1; }
span { border-color: rgb(48,47,241); }
td.TdClassName
{
border-color: #302FF1;
}
.TagClassName
{
border-color: #302FF1;
}
</style>