Shades of Neon Blue #3348FE
Tints of Neon Blue #3348FE
RGB
CMYK
RGB Variations
Color information
#3348FE (or 0x3348FE) is known color: Neon Blue. HEX triplet: 33, 48 and FE. RGB value is (51,72,254). Sum of RGB (Red+Green+Blue) = 51+72+254=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #3348FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3348FE is #CCB701. Grayscale: #555555. Windows color (decimal): -13416194 or 16664627. OLE color: 16664627.
HSL color Cylindrical-coordinate representation of color #3348FE: hue angle of 233.79º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3348FE is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 72 | 254 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.00 |
| HSL | 233.79º | 0.99% | 0.6% | - |
| HSV(B) | 233.79º | 0.8% | 1% | - |
| XYZ | 21.57 | 12.49 | 95.04 | - |
| YUV | 86.47 | 222.54 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 254 | 0.80 | 0.72 | 0 | 0.00 | 233.79 | 0.99 | 0.6 |
| Hex | 33 | 48 | FE | 50 | 48 | 0 | 0 | EA | 63 | 3C |
| Octal | 63 | 110 | 376 | 120 | 110 | 0 | 0 | 352 | 143 | 74 |
| Binary | 110011 | 1001000 | 11111110 | 1010000 | 1001000 | 0 | 0 | 11101010 | 1100011 | 111100 |
Color Harmonies of #3348FE
Complementary color
Monochromatic Colors of #3348FE
Black with #3348FE
Text Example
Text Example
White with #3348FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3348FE; }
p { color: rgb(51,72,254); }
H1.HeaderClassName
{
color: #3348FE;
}
.AnyTagClassName
{
color: #3348FE;
}
</style>
background-color css
<style>
a { background-color: #3348FE; }
a { background-color: rgb(51,72,254); }
div.DivClassName
{
background-color: #3348FE;
}
.BgClassName
{
background-color: #3348FE;
}
</style>
border-color css
<style>
span { border-color: #3348FE; }
span { border-color: rgb(51,72,254); }
td.TdClassName
{
border-color: #3348FE;
}
.TagClassName
{
border-color: #3348FE;
}
</style>