Shades of Neon Blue #343CFD
Tints of Neon Blue #343CFD
RGB
CMYK
RGB Variations
Color information
#343CFD (or 0x343CFD) is known color: Neon Blue. HEX triplet: 34, 3C and FD. RGB value is (52,60,253). Sum of RGB (Red+Green+Blue) = 52+60+253=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #343CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343CFD is #CBC302. Grayscale: #4E4E4E. Windows color (decimal): -13353731 or 16596020. OLE color: 16596020.
HSL color Cylindrical-coordinate representation of color #343CFD: hue angle of 237.61º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343CFD is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 60 | 253 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.01 |
| HSL | 237.61º | 0.98% | 0.6% | - |
| HSV(B) | 237.61º | 0.79% | 0.99% | - |
| XYZ | 20.76 | 11.05 | 93.97 | - |
| YUV | 79.61 | 225.85 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 253 | 0.79 | 0.76 | 0 | 0.01 | 237.61 | 0.98 | 0.6 |
| Hex | 34 | 3C | FD | 4F | 4C | 0 | 1 | EE | 62 | 3C |
| Octal | 64 | 74 | 375 | 117 | 114 | 0 | 1 | 356 | 142 | 74 |
| Binary | 110100 | 111100 | 11111101 | 1001111 | 1001100 | 0 | 1 | 11101110 | 1100010 | 111100 |
Color Harmonies of #343CFD
Complementary color
Monochromatic Colors of #343CFD
Black with #343CFD
Text Example
Text Example
White with #343CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343CFD; }
p { color: rgb(52,60,253); }
H1.HeaderClassName
{
color: #343CFD;
}
.AnyTagClassName
{
color: #343CFD;
}
</style>
background-color css
<style>
a { background-color: #343CFD; }
a { background-color: rgb(52,60,253); }
div.DivClassName
{
background-color: #343CFD;
}
.BgClassName
{
background-color: #343CFD;
}
</style>
border-color css
<style>
span { border-color: #343CFD; }
span { border-color: rgb(52,60,253); }
td.TdClassName
{
border-color: #343CFD;
}
.TagClassName
{
border-color: #343CFD;
}
</style>