Shades of Neon Blue #303EFB
Tints of Neon Blue #303EFB
RGB
CMYK
RGB Variations
Color information
#303EFB (or 0x303EFB) is known color: Neon Blue. HEX triplet: 30, 3E and FB. RGB value is (48,62,251). Sum of RGB (Red+Green+Blue) = 48+62+251=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #303EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303EFB is #CFC104. Grayscale: #4E4E4E. Windows color (decimal): -13615365 or 16465456. OLE color: 16465456.
HSL color Cylindrical-coordinate representation of color #303EFB: hue angle of 235.86º 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 #303EFB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 62 | 251 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.02 |
| HSL | 235.86º | 0.96% | 0.59% | - |
| HSV(B) | 235.86º | 0.81% | 0.98% | - |
| XYZ | 20.35 | 11.04 | 92.32 | - |
| YUV | 79.36 | 224.86 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 251 | 0.81 | 0.75 | 0 | 0.02 | 235.86 | 0.96 | 0.59 |
| Hex | 30 | 3E | FB | 51 | 4B | 0 | 2 | EC | 60 | 3B |
| Octal | 60 | 76 | 373 | 121 | 113 | 0 | 2 | 354 | 140 | 73 |
| Binary | 110000 | 111110 | 11111011 | 1010001 | 1001011 | 0 | 10 | 11101100 | 1100000 | 111011 |
Color Harmonies of #303EFB
Complementary color
Monochromatic Colors of #303EFB
Black with #303EFB
Text Example
Text Example
White with #303EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303EFB; }
p { color: rgb(48,62,251); }
H1.HeaderClassName
{
color: #303EFB;
}
.AnyTagClassName
{
color: #303EFB;
}
</style>
background-color css
<style>
a { background-color: #303EFB; }
a { background-color: rgb(48,62,251); }
div.DivClassName
{
background-color: #303EFB;
}
.BgClassName
{
background-color: #303EFB;
}
</style>
border-color css
<style>
span { border-color: #303EFB; }
span { border-color: rgb(48,62,251); }
td.TdClassName
{
border-color: #303EFB;
}
.TagClassName
{
border-color: #303EFB;
}
</style>