Shades of Neon Blue #4350FF
Tints of Neon Blue #4350FF
RGB
CMYK
RGB Variations
Color information
#4350FF (or 0x4350FF) is known color: Neon Blue. HEX triplet: 43, 50 and FF. RGB value is (67,80,255). Sum of RGB (Red+Green+Blue) = 67+80+255=402 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.67% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #4350FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4350FF is #BCAF00. Grayscale: #5F5F5F. Windows color (decimal): -12365569 or 16732227. OLE color: 16732227.
HSL color Cylindrical-coordinate representation of color #4350FF: hue angle of 235.85º 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 #4350FF is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 80 | 255 | - |
| CMYK | 0.74 | 0.69 | 0 | 0 |
| HSL | 235.85º | 1% | 0.63% | - |
| HSV(B) | 235.85º | 0.74% | 1% | - |
| XYZ | 23.23 | 14.15 | 96.11 | - |
| YUV | 96.06 | 217.69 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 80 | 255 | 0.74 | 0.69 | 0 | 0 | 235.85 | 1 | 0.63 |
| Hex | 43 | 50 | FF | 4A | 45 | 0 | 0 | EC | 64 | 3F |
| Octal | 103 | 120 | 377 | 112 | 105 | 0 | 0 | 354 | 144 | 77 |
| Binary | 1000011 | 1010000 | 11111111 | 1001010 | 1000101 | 0 | 0 | 11101100 | 1100100 | 111111 |
Color Harmonies of #4350FF
Complementary color
Monochromatic Colors of #4350FF
Black with #4350FF
Text Example
Text Example
White with #4350FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4350FF; }
p { color: rgb(67,80,255); }
H1.HeaderClassName
{
color: #4350FF;
}
.AnyTagClassName
{
color: #4350FF;
}
</style>
background-color css
<style>
a { background-color: #4350FF; }
a { background-color: rgb(67,80,255); }
div.DivClassName
{
background-color: #4350FF;
}
.BgClassName
{
background-color: #4350FF;
}
</style>
border-color css
<style>
span { border-color: #4350FF; }
span { border-color: rgb(67,80,255); }
td.TdClassName
{
border-color: #4350FF;
}
.TagClassName
{
border-color: #4350FF;
}
</style>