Shades of Neon Blue #334FFD
Tints of Neon Blue #334FFD
RGB
CMYK
RGB Variations
Color information
#334FFD (or 0x334FFD) is known color: Neon Blue. HEX triplet: 33, 4F and FD. RGB value is (51,79,253). Sum of RGB (Red+Green+Blue) = 51+79+253=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #334FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FFD is #CCB002. Grayscale: #595959. Windows color (decimal): -13414403 or 16600883. OLE color: 16600883.
HSL color Cylindrical-coordinate representation of color #334FFD: hue angle of 231.68º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334FFD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 79 | 253 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.01 |
| HSL | 231.68º | 0.98% | 0.6% | - |
| HSV(B) | 231.68º | 0.8% | 0.99% | - |
| XYZ | 21.89 | 13.39 | 94.36 | - |
| YUV | 90.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 253 | 0.80 | 0.69 | 0 | 0.01 | 231.68 | 0.98 | 0.6 |
| Hex | 33 | 4F | FD | 50 | 45 | 0 | 1 | E8 | 62 | 3C |
| Octal | 63 | 117 | 375 | 120 | 105 | 0 | 1 | 350 | 142 | 74 |
| Binary | 110011 | 1001111 | 11111101 | 1010000 | 1000101 | 0 | 1 | 11101000 | 1100010 | 111100 |
Color Harmonies of #334FFD
Complementary color
Monochromatic Colors of #334FFD
Black with #334FFD
Text Example
Text Example
White with #334FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334FFD; }
p { color: rgb(51,79,253); }
H1.HeaderClassName
{
color: #334FFD;
}
.AnyTagClassName
{
color: #334FFD;
}
</style>
background-color css
<style>
a { background-color: #334FFD; }
a { background-color: rgb(51,79,253); }
div.DivClassName
{
background-color: #334FFD;
}
.BgClassName
{
background-color: #334FFD;
}
</style>
border-color css
<style>
span { border-color: #334FFD; }
span { border-color: rgb(51,79,253); }
td.TdClassName
{
border-color: #334FFD;
}
.TagClassName
{
border-color: #334FFD;
}
</style>