Shades of Neon Blue #3430FB
Tints of Neon Blue #3430FB
RGB
CMYK
RGB Variations
Color information
#3430FB (or 0x3430FB) is known color: Neon Blue. HEX triplet: 34, 30 and FB. RGB value is (52,48,251). Sum of RGB (Red+Green+Blue) = 52+48+251=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #3430FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3430FB is #CBCF04. Grayscale: #474747. Windows color (decimal): -13356805 or 16461876. OLE color: 16461876.
HSL color Cylindrical-coordinate representation of color #3430FB: hue angle of 241.18º 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 #3430FB is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 48 | 251 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.02 |
| HSL | 241.18º | 0.96% | 0.59% | - |
| HSV(B) | 241.18º | 0.81% | 0.98% | - |
| XYZ | 19.89 | 9.81 | 92.11 | - |
| YUV | 72.34 | 228.83 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 251 | 0.79 | 0.81 | 0 | 0.02 | 241.18 | 0.96 | 0.59 |
| Hex | 34 | 30 | FB | 4F | 51 | 0 | 2 | F1 | 60 | 3B |
| Octal | 64 | 60 | 373 | 117 | 121 | 0 | 2 | 361 | 140 | 73 |
| Binary | 110100 | 110000 | 11111011 | 1001111 | 1010001 | 0 | 10 | 11110001 | 1100000 | 111011 |
Color Harmonies of #3430FB
Complementary color
Monochromatic Colors of #3430FB
Black with #3430FB
Text Example
Text Example
White with #3430FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430FB; }
p { color: rgb(52,48,251); }
H1.HeaderClassName
{
color: #3430FB;
}
.AnyTagClassName
{
color: #3430FB;
}
</style>
background-color css
<style>
a { background-color: #3430FB; }
a { background-color: rgb(52,48,251); }
div.DivClassName
{
background-color: #3430FB;
}
.BgClassName
{
background-color: #3430FB;
}
</style>
border-color css
<style>
span { border-color: #3430FB; }
span { border-color: rgb(52,48,251); }
td.TdClassName
{
border-color: #3430FB;
}
.TagClassName
{
border-color: #3430FB;
}
</style>