Shades of Neon Blue #3043EE
Tints of Neon Blue #3043EE
RGB
CMYK
RGB Variations
Color information
#3043EE (or 0x3043EE) is known color: Neon Blue. HEX triplet: 30, 43 and EE. RGB value is (48,67,238). Sum of RGB (Red+Green+Blue) = 48+67+238=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #3043EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3043EE is #CFBC11. Grayscale: #505050. Windows color (decimal): -13614098 or 15614768. OLE color: 15614768.
HSL color Cylindrical-coordinate representation of color #3043EE: hue angle of 234º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3043EE is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 67 | 238 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.07 |
| HSL | 234º | 0.85% | 0.56% | - |
| HSV(B) | 234º | 0.8% | 0.93% | - |
| XYZ | 18.66 | 10.82 | 81.99 | - |
| YUV | 80.81 | 216.71 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 238 | 0.80 | 0.72 | 0 | 0.07 | 234 | 0.85 | 0.56 |
| Hex | 30 | 43 | EE | 50 | 48 | 0 | 7 | EA | 55 | 38 |
| Octal | 60 | 103 | 356 | 120 | 110 | 0 | 7 | 352 | 125 | 70 |
| Binary | 110000 | 1000011 | 11101110 | 1010000 | 1001000 | 0 | 111 | 11101010 | 1010101 | 111000 |
Color Harmonies of #3043EE
Complementary color
Monochromatic Colors of #3043EE
Black with #3043EE
Text Example
Text Example
White with #3043EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3043EE; }
p { color: rgb(48,67,238); }
H1.HeaderClassName
{
color: #3043EE;
}
.AnyTagClassName
{
color: #3043EE;
}
</style>
background-color css
<style>
a { background-color: #3043EE; }
a { background-color: rgb(48,67,238); }
div.DivClassName
{
background-color: #3043EE;
}
.BgClassName
{
background-color: #3043EE;
}
</style>
border-color css
<style>
span { border-color: #3043EE; }
span { border-color: rgb(48,67,238); }
td.TdClassName
{
border-color: #3043EE;
}
.TagClassName
{
border-color: #3043EE;
}
</style>