Shades of Neon Blue #3348F5
Tints of Neon Blue #3348F5
RGB
CMYK
RGB Variations
Color information
#3348F5 (or 0x3348F5) is known color: Neon Blue. HEX triplet: 33, 48 and F5. RGB value is (51,72,245). Sum of RGB (Red+Green+Blue) = 51+72+245=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 245 (96.09% from 255 or 66.58% from 368); Max value from RGB is 245 - color contains mainly: blue. Hex color #3348F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3348F5 is #CCB70A. Grayscale: #545454. Windows color (decimal): -13416203 or 16074803. OLE color: 16074803.
HSL color Cylindrical-coordinate representation of color #3348F5: hue angle of 233.51º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3348F5 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 72 | 245 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.04 |
| HSL | 233.51º | 0.91% | 0.58% | - |
| HSV(B) | 233.51º | 0.79% | 0.96% | - |
| XYZ | 20.16 | 11.93 | 87.63 | - |
| YUV | 85.44 | 218.04 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 245 | 0.79 | 0.71 | 0 | 0.04 | 233.51 | 0.91 | 0.58 |
| Hex | 33 | 48 | F5 | 4F | 47 | 0 | 4 | EA | 5B | 3A |
| Octal | 63 | 110 | 365 | 117 | 107 | 0 | 4 | 352 | 133 | 72 |
| Binary | 110011 | 1001000 | 11110101 | 1001111 | 1000111 | 0 | 100 | 11101010 | 1011011 | 111010 |
Color Harmonies of #3348F5
Complementary color
Monochromatic Colors of #3348F5
Black with #3348F5
Text Example
Text Example
White with #3348F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3348F5; }
p { color: rgb(51,72,245); }
H1.HeaderClassName
{
color: #3348F5;
}
.AnyTagClassName
{
color: #3348F5;
}
</style>
background-color css
<style>
a { background-color: #3348F5; }
a { background-color: rgb(51,72,245); }
div.DivClassName
{
background-color: #3348F5;
}
.BgClassName
{
background-color: #3348F5;
}
</style>
border-color css
<style>
span { border-color: #3348F5; }
span { border-color: rgb(51,72,245); }
td.TdClassName
{
border-color: #3348F5;
}
.TagClassName
{
border-color: #3348F5;
}
</style>