Shades of Neon Blue #3038FE
Tints of Neon Blue #3038FE
RGB
CMYK
RGB Variations
Color information
#3038FE (or 0x3038FE) is known color: Neon Blue. HEX triplet: 30, 38 and FE. RGB value is (48,56,254). Sum of RGB (Red+Green+Blue) = 48+56+254=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #3038FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3038FE is #CFC701. Grayscale: #4B4B4B. Windows color (decimal): -13616898 or 16660528. OLE color: 16660528.
HSL color Cylindrical-coordinate representation of color #3038FE: hue angle of 237.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3038FE is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 56 | 254 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.00 |
| HSL | 237.67º | 0.99% | 0.59% | - |
| HSV(B) | 237.67º | 0.81% | 1% | - |
| XYZ | 20.52 | 10.61 | 94.73 | - |
| YUV | 76.18 | 228.35 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 254 | 0.81 | 0.78 | 0 | 0.00 | 237.67 | 0.99 | 0.59 |
| Hex | 30 | 38 | FE | 51 | 4E | 0 | 0 | EE | 63 | 3B |
| Octal | 60 | 70 | 376 | 121 | 116 | 0 | 0 | 356 | 143 | 73 |
| Binary | 110000 | 111000 | 11111110 | 1010001 | 1001110 | 0 | 0 | 11101110 | 1100011 | 111011 |
Color Harmonies of #3038FE
Complementary color
Monochromatic Colors of #3038FE
Black with #3038FE
Text Example
Text Example
White with #3038FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3038FE; }
p { color: rgb(48,56,254); }
H1.HeaderClassName
{
color: #3038FE;
}
.AnyTagClassName
{
color: #3038FE;
}
</style>
background-color css
<style>
a { background-color: #3038FE; }
a { background-color: rgb(48,56,254); }
div.DivClassName
{
background-color: #3038FE;
}
.BgClassName
{
background-color: #3038FE;
}
</style>
border-color css
<style>
span { border-color: #3038FE; }
span { border-color: rgb(48,56,254); }
td.TdClassName
{
border-color: #3038FE;
}
.TagClassName
{
border-color: #3038FE;
}
</style>