Shades of Neon Blue #3439FE
Tints of Neon Blue #3439FE
RGB
CMYK
RGB Variations
Color information
#3439FE (or 0x3439FE) is known color: Neon Blue. HEX triplet: 34, 39 and FE. RGB value is (52,57,254). Sum of RGB (Red+Green+Blue) = 52+57+254=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #3439FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3439FE is #CBC601. Grayscale: #4D4D4D. Windows color (decimal): -13354498 or 16660788. OLE color: 16660788.
HSL color Cylindrical-coordinate representation of color #3439FE: hue angle of 238.51º 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 #3439FE is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 57 | 254 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.00 |
| HSL | 238.51º | 0.99% | 0.6% | - |
| HSV(B) | 238.51º | 0.8% | 1% | - |
| XYZ | 20.77 | 10.81 | 94.76 | - |
| YUV | 77.96 | 227.34 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 254 | 0.80 | 0.78 | 0 | 0.00 | 238.51 | 0.99 | 0.6 |
| Hex | 34 | 39 | FE | 50 | 4E | 0 | 0 | EF | 63 | 3C |
| Octal | 64 | 71 | 376 | 120 | 116 | 0 | 0 | 357 | 143 | 74 |
| Binary | 110100 | 111001 | 11111110 | 1010000 | 1001110 | 0 | 0 | 11101111 | 1100011 | 111100 |
Color Harmonies of #3439FE
Complementary color
Monochromatic Colors of #3439FE
Black with #3439FE
Text Example
Text Example
White with #3439FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3439FE; }
p { color: rgb(52,57,254); }
H1.HeaderClassName
{
color: #3439FE;
}
.AnyTagClassName
{
color: #3439FE;
}
</style>
background-color css
<style>
a { background-color: #3439FE; }
a { background-color: rgb(52,57,254); }
div.DivClassName
{
background-color: #3439FE;
}
.BgClassName
{
background-color: #3439FE;
}
</style>
border-color css
<style>
span { border-color: #3439FE; }
span { border-color: rgb(52,57,254); }
td.TdClassName
{
border-color: #3439FE;
}
.TagClassName
{
border-color: #3439FE;
}
</style>