Shades of Neon Blue #3038FB
Tints of Neon Blue #3038FB
RGB
CMYK
RGB Variations
Color information
#3038FB (or 0x3038FB) is known color: Neon Blue. HEX triplet: 30, 38 and FB. RGB value is (48,56,251). Sum of RGB (Red+Green+Blue) = 48+56+251=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #3038FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3038FB is #CFC704. Grayscale: #4B4B4B. Windows color (decimal): -13616901 or 16463920. OLE color: 16463920.
HSL color Cylindrical-coordinate representation of color #3038FB: hue angle of 237.64º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3038FB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 56 | 251 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.02 |
| HSL | 237.64º | 0.96% | 0.59% | - |
| HSV(B) | 237.64º | 0.81% | 0.98% | - |
| XYZ | 20.05 | 10.42 | 92.22 | - |
| YUV | 75.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 251 | 0.81 | 0.78 | 0 | 0.02 | 237.64 | 0.96 | 0.59 |
| Hex | 30 | 38 | FB | 51 | 4E | 0 | 2 | EE | 60 | 3B |
| Octal | 60 | 70 | 373 | 121 | 116 | 0 | 2 | 356 | 140 | 73 |
| Binary | 110000 | 111000 | 11111011 | 1010001 | 1001110 | 0 | 10 | 11101110 | 1100000 | 111011 |
Color Harmonies of #3038FB
Complementary color
Monochromatic Colors of #3038FB
Black with #3038FB
Text Example
Text Example
White with #3038FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3038FB; }
p { color: rgb(48,56,251); }
H1.HeaderClassName
{
color: #3038FB;
}
.AnyTagClassName
{
color: #3038FB;
}
</style>
background-color css
<style>
a { background-color: #3038FB; }
a { background-color: rgb(48,56,251); }
div.DivClassName
{
background-color: #3038FB;
}
.BgClassName
{
background-color: #3038FB;
}
</style>
border-color css
<style>
span { border-color: #3038FB; }
span { border-color: rgb(48,56,251); }
td.TdClassName
{
border-color: #3038FB;
}
.TagClassName
{
border-color: #3038FB;
}
</style>