Shades of Neon Blue #303CEF
Tints of Neon Blue #303CEF
RGB
CMYK
RGB Variations
Color information
#303CEF (or 0x303CEF) is known color: Neon Blue. HEX triplet: 30, 3C and EF. RGB value is (48,60,239). Sum of RGB (Red+Green+Blue) = 48+60+239=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #303CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303CEF is #CFC310. Grayscale: #4C4C4C. Windows color (decimal): -13615889 or 15678512. OLE color: 15678512.
HSL color Cylindrical-coordinate representation of color #303CEF: hue angle of 236.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #303CEF is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 60 | 239 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.06 |
| HSL | 236.23º | 0.86% | 0.56% | - |
| HSV(B) | 236.23º | 0.8% | 0.94% | - |
| XYZ | 18.41 | 10.09 | 82.64 | - |
| YUV | 76.82 | 219.52 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 239 | 0.80 | 0.75 | 0 | 0.06 | 236.23 | 0.86 | 0.56 |
| Hex | 30 | 3C | EF | 50 | 4B | 0 | 6 | EC | 56 | 38 |
| Octal | 60 | 74 | 357 | 120 | 113 | 0 | 6 | 354 | 126 | 70 |
| Binary | 110000 | 111100 | 11101111 | 1010000 | 1001011 | 0 | 110 | 11101100 | 1010110 | 111000 |
Color Harmonies of #303CEF
Complementary color
Monochromatic Colors of #303CEF
Black with #303CEF
Text Example
Text Example
White with #303CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303CEF; }
p { color: rgb(48,60,239); }
H1.HeaderClassName
{
color: #303CEF;
}
.AnyTagClassName
{
color: #303CEF;
}
</style>
background-color css
<style>
a { background-color: #303CEF; }
a { background-color: rgb(48,60,239); }
div.DivClassName
{
background-color: #303CEF;
}
.BgClassName
{
background-color: #303CEF;
}
</style>
border-color css
<style>
span { border-color: #303CEF; }
span { border-color: rgb(48,60,239); }
td.TdClassName
{
border-color: #303CEF;
}
.TagClassName
{
border-color: #303CEF;
}
</style>