Shades of Neon Blue #303FFB
Tints of Neon Blue #303FFB
RGB
CMYK
RGB Variations
Color information
#303FFB (or 0x303FFB) is known color: Neon Blue. HEX triplet: 30, 3F and FB. RGB value is (48,63,251). Sum of RGB (Red+Green+Blue) = 48+63+251=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #303FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303FFB is #CFC004. Grayscale: #4F4F4F. Windows color (decimal): -13615109 or 16465712. OLE color: 16465712.
HSL color Cylindrical-coordinate representation of color #303FFB: hue angle of 235.57º 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 #303FFB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 63 | 251 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.02 |
| HSL | 235.57º | 0.96% | 0.59% | - |
| HSV(B) | 235.57º | 0.81% | 0.98% | - |
| XYZ | 20.41 | 11.15 | 92.34 | - |
| YUV | 79.95 | 224.53 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 251 | 0.81 | 0.75 | 0 | 0.02 | 235.57 | 0.96 | 0.59 |
| Hex | 30 | 3F | FB | 51 | 4B | 0 | 2 | EC | 60 | 3B |
| Octal | 60 | 77 | 373 | 121 | 113 | 0 | 2 | 354 | 140 | 73 |
| Binary | 110000 | 111111 | 11111011 | 1010001 | 1001011 | 0 | 10 | 11101100 | 1100000 | 111011 |
Color Harmonies of #303FFB
Complementary color
Monochromatic Colors of #303FFB
Black with #303FFB
Text Example
Text Example
White with #303FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303FFB; }
p { color: rgb(48,63,251); }
H1.HeaderClassName
{
color: #303FFB;
}
.AnyTagClassName
{
color: #303FFB;
}
</style>
background-color css
<style>
a { background-color: #303FFB; }
a { background-color: rgb(48,63,251); }
div.DivClassName
{
background-color: #303FFB;
}
.BgClassName
{
background-color: #303FFB;
}
</style>
border-color css
<style>
span { border-color: #303FFB; }
span { border-color: rgb(48,63,251); }
td.TdClassName
{
border-color: #303FFB;
}
.TagClassName
{
border-color: #303FFB;
}
</style>