Shades of Neon Blue #4353FF
Tints of Neon Blue #4353FF
RGB
CMYK
RGB Variations
Color information
#4353FF (or 0x4353FF) is known color: Neon Blue. HEX triplet: 43, 53 and FF. RGB value is (67,83,255). Sum of RGB (Red+Green+Blue) = 67+83+255=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #4353FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4353FF is #BCAC00. Grayscale: #616161. Windows color (decimal): -12364801 or 16732995. OLE color: 16732995.
HSL color Cylindrical-coordinate representation of color #4353FF: hue angle of 234.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4353FF is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 83 | 255 | - |
| CMYK | 0.74 | 0.67 | 0 | 0 |
| HSL | 234.89º | 1% | 0.63% | - |
| HSV(B) | 234.89º | 0.74% | 1% | - |
| XYZ | 23.46 | 14.6 | 96.19 | - |
| YUV | 97.82 | 216.7 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 255 | 0.74 | 0.67 | 0 | 0 | 234.89 | 1 | 0.63 |
| Hex | 43 | 53 | FF | 4A | 43 | 0 | 0 | EB | 64 | 3F |
| Octal | 103 | 123 | 377 | 112 | 103 | 0 | 0 | 353 | 144 | 77 |
| Binary | 1000011 | 1010011 | 11111111 | 1001010 | 1000011 | 0 | 0 | 11101011 | 1100100 | 111111 |
Color Harmonies of #4353FF
Complementary color
Monochromatic Colors of #4353FF
Black with #4353FF
Text Example
Text Example
White with #4353FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353FF; }
p { color: rgb(67,83,255); }
H1.HeaderClassName
{
color: #4353FF;
}
.AnyTagClassName
{
color: #4353FF;
}
</style>
background-color css
<style>
a { background-color: #4353FF; }
a { background-color: rgb(67,83,255); }
div.DivClassName
{
background-color: #4353FF;
}
.BgClassName
{
background-color: #4353FF;
}
</style>
border-color css
<style>
span { border-color: #4353FF; }
span { border-color: rgb(67,83,255); }
td.TdClassName
{
border-color: #4353FF;
}
.TagClassName
{
border-color: #4353FF;
}
</style>