Shades of Neon Blue #3038FF
Tints of Neon Blue #3038FF
RGB
CMYK
RGB Variations
Color information
#3038FF (or 0x3038FF) is known color: Neon Blue. HEX triplet: 30, 38 and FF. RGB value is (48,56,255). Sum of RGB (Red+Green+Blue) = 48+56+255=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #3038FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3038FF is #CFC700. Grayscale: #4B4B4B. Windows color (decimal): -13616897 or 16726064. OLE color: 16726064.
HSL color Cylindrical-coordinate representation of color #3038FF: hue angle of 237.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3038FF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 56 | 255 | - |
| CMYK | 0.81 | 0.78 | 0 | 0 |
| HSL | 237.68º | 1% | 0.59% | - |
| HSV(B) | 237.68º | 0.81% | 1% | - |
| XYZ | 20.68 | 10.68 | 95.58 | - |
| YUV | 76.29 | 228.85 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 255 | 0.81 | 0.78 | 0 | 0 | 237.68 | 1 | 0.59 |
| Hex | 30 | 38 | FF | 51 | 4E | 0 | 0 | EE | 64 | 3B |
| Octal | 60 | 70 | 377 | 121 | 116 | 0 | 0 | 356 | 144 | 73 |
| Binary | 110000 | 111000 | 11111111 | 1010001 | 1001110 | 0 | 0 | 11101110 | 1100100 | 111011 |
Color Harmonies of #3038FF
Complementary color
Monochromatic Colors of #3038FF
Black with #3038FF
Text Example
Text Example
White with #3038FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3038FF; }
p { color: rgb(48,56,255); }
H1.HeaderClassName
{
color: #3038FF;
}
.AnyTagClassName
{
color: #3038FF;
}
</style>
background-color css
<style>
a { background-color: #3038FF; }
a { background-color: rgb(48,56,255); }
div.DivClassName
{
background-color: #3038FF;
}
.BgClassName
{
background-color: #3038FF;
}
</style>
border-color css
<style>
span { border-color: #3038FF; }
span { border-color: rgb(48,56,255); }
td.TdClassName
{
border-color: #3038FF;
}
.TagClassName
{
border-color: #3038FF;
}
</style>