Shades of Neon Blue #302CFA
Tints of Neon Blue #302CFA
RGB
CMYK
RGB Variations
Color information
#302CFA (or 0x302CFA) is known color: Neon Blue. HEX triplet: 30, 2C and FA. RGB value is (48,44,250). Sum of RGB (Red+Green+Blue) = 48+44+250=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #302CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #302CFA is #CFD305. Grayscale: #434343. Windows color (decimal): -13619974 or 16395312. OLE color: 16395312.
HSL color Cylindrical-coordinate representation of color #302CFA: hue angle of 241.17º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #302CFA is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 44 | 250 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.02 |
| HSL | 241.17º | 0.95% | 0.58% | - |
| HSV(B) | 241.17º | 0.82% | 0.98% | - |
| XYZ | 19.37 | 9.33 | 91.22 | - |
| YUV | 68.68 | 230.33 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 250 | 0.81 | 0.82 | 0 | 0.02 | 241.17 | 0.95 | 0.58 |
| Hex | 30 | 2C | FA | 51 | 52 | 0 | 2 | F1 | 5F | 3A |
| Octal | 60 | 54 | 372 | 121 | 122 | 0 | 2 | 361 | 137 | 72 |
| Binary | 110000 | 101100 | 11111010 | 1010001 | 1010010 | 0 | 10 | 11110001 | 1011111 | 111010 |
Color Harmonies of #302CFA
Complementary color
Monochromatic Colors of #302CFA
Black with #302CFA
Text Example
Text Example
White with #302CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CFA; }
p { color: rgb(48,44,250); }
H1.HeaderClassName
{
color: #302CFA;
}
.AnyTagClassName
{
color: #302CFA;
}
</style>
background-color css
<style>
a { background-color: #302CFA; }
a { background-color: rgb(48,44,250); }
div.DivClassName
{
background-color: #302CFA;
}
.BgClassName
{
background-color: #302CFA;
}
</style>
border-color css
<style>
span { border-color: #302CFA; }
span { border-color: rgb(48,44,250); }
td.TdClassName
{
border-color: #302CFA;
}
.TagClassName
{
border-color: #302CFA;
}
</style>