Shades of Neon Blue #302FFD
Tints of Neon Blue #302FFD
RGB
CMYK
RGB Variations
Color information
#302FFD (or 0x302FFD) is known color: Neon Blue. HEX triplet: 30, 2F and FD. RGB value is (48,47,253). Sum of RGB (Red+Green+Blue) = 48+47+253=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #302FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302FFD is #CFD002. Grayscale: #454545. Windows color (decimal): -13619203 or 16592688. OLE color: 16592688.
HSL color Cylindrical-coordinate representation of color #302FFD: hue angle of 240.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302FFD is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 47 | 253 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.01 |
| HSL | 240.29º | 0.98% | 0.59% | - |
| HSV(B) | 240.29º | 0.81% | 0.99% | - |
| XYZ | 19.97 | 9.75 | 93.76 | - |
| YUV | 70.78 | 230.83 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 253 | 0.81 | 0.81 | 0 | 0.01 | 240.29 | 0.98 | 0.59 |
| Hex | 30 | 2F | FD | 51 | 51 | 0 | 1 | F0 | 62 | 3B |
| Octal | 60 | 57 | 375 | 121 | 121 | 0 | 1 | 360 | 142 | 73 |
| Binary | 110000 | 101111 | 11111101 | 1010001 | 1010001 | 0 | 1 | 11110000 | 1100010 | 111011 |
Color Harmonies of #302FFD
Complementary color
Monochromatic Colors of #302FFD
Black with #302FFD
Text Example
Text Example
White with #302FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FFD; }
p { color: rgb(48,47,253); }
H1.HeaderClassName
{
color: #302FFD;
}
.AnyTagClassName
{
color: #302FFD;
}
</style>
background-color css
<style>
a { background-color: #302FFD; }
a { background-color: rgb(48,47,253); }
div.DivClassName
{
background-color: #302FFD;
}
.BgClassName
{
background-color: #302FFD;
}
</style>
border-color css
<style>
span { border-color: #302FFD; }
span { border-color: rgb(48,47,253); }
td.TdClassName
{
border-color: #302FFD;
}
.TagClassName
{
border-color: #302FFD;
}
</style>