Shades of Neon Blue #3038FA
Tints of Neon Blue #3038FA
RGB
CMYK
RGB Variations
Color information
#3038FA (or 0x3038FA) is known color: Neon Blue. HEX triplet: 30, 38 and FA. RGB value is (48,56,250). Sum of RGB (Red+Green+Blue) = 48+56+250=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #3038FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3038FA is #CFC705. Grayscale: #4A4A4A. Windows color (decimal): -13616902 or 16398384. OLE color: 16398384.
HSL color Cylindrical-coordinate representation of color #3038FA: hue angle of 237.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3038FA is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 56 | 250 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.02 |
| HSL | 237.62º | 0.95% | 0.58% | - |
| HSV(B) | 237.62º | 0.81% | 0.98% | - |
| XYZ | 19.89 | 10.36 | 91.39 | - |
| YUV | 75.72 | 226.35 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 250 | 0.81 | 0.78 | 0 | 0.02 | 237.62 | 0.95 | 0.58 |
| Hex | 30 | 38 | FA | 51 | 4E | 0 | 2 | EE | 5F | 3A |
| Octal | 60 | 70 | 372 | 121 | 116 | 0 | 2 | 356 | 137 | 72 |
| Binary | 110000 | 111000 | 11111010 | 1010001 | 1001110 | 0 | 10 | 11101110 | 1011111 | 111010 |
Color Harmonies of #3038FA
Complementary color
Monochromatic Colors of #3038FA
Black with #3038FA
Text Example
Text Example
White with #3038FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3038FA; }
p { color: rgb(48,56,250); }
H1.HeaderClassName
{
color: #3038FA;
}
.AnyTagClassName
{
color: #3038FA;
}
</style>
background-color css
<style>
a { background-color: #3038FA; }
a { background-color: rgb(48,56,250); }
div.DivClassName
{
background-color: #3038FA;
}
.BgClassName
{
background-color: #3038FA;
}
</style>
border-color css
<style>
span { border-color: #3038FA; }
span { border-color: rgb(48,56,250); }
td.TdClassName
{
border-color: #3038FA;
}
.TagClassName
{
border-color: #3038FA;
}
</style>