Shades of Neon Blue #3430FD
Tints of Neon Blue #3430FD
RGB
CMYK
RGB Variations
Color information
#3430FD (or 0x3430FD) is known color: Neon Blue. HEX triplet: 34, 30 and FD. RGB value is (52,48,253). Sum of RGB (Red+Green+Blue) = 52+48+253=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #3430FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3430FD is #CBCF02. Grayscale: #474747. Windows color (decimal): -13356803 or 16592948. OLE color: 16592948.
HSL color Cylindrical-coordinate representation of color #3430FD: hue angle of 241.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3430FD is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 48 | 253 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.01 |
| HSL | 241.17º | 0.98% | 0.59% | - |
| HSV(B) | 241.17º | 0.81% | 0.99% | - |
| XYZ | 20.2 | 9.94 | 93.78 | - |
| YUV | 72.57 | 229.83 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 253 | 0.79 | 0.81 | 0 | 0.01 | 241.17 | 0.98 | 0.59 |
| Hex | 34 | 30 | FD | 4F | 51 | 0 | 1 | F1 | 62 | 3B |
| Octal | 64 | 60 | 375 | 117 | 121 | 0 | 1 | 361 | 142 | 73 |
| Binary | 110100 | 110000 | 11111101 | 1001111 | 1010001 | 0 | 1 | 11110001 | 1100010 | 111011 |
Color Harmonies of #3430FD
Complementary color
Monochromatic Colors of #3430FD
Black with #3430FD
Text Example
Text Example
White with #3430FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3430FD; }
p { color: rgb(52,48,253); }
H1.HeaderClassName
{
color: #3430FD;
}
.AnyTagClassName
{
color: #3430FD;
}
</style>
background-color css
<style>
a { background-color: #3430FD; }
a { background-color: rgb(52,48,253); }
div.DivClassName
{
background-color: #3430FD;
}
.BgClassName
{
background-color: #3430FD;
}
</style>
border-color css
<style>
span { border-color: #3430FD; }
span { border-color: rgb(52,48,253); }
td.TdClassName
{
border-color: #3430FD;
}
.TagClassName
{
border-color: #3430FD;
}
</style>