Shades of Neon Blue #4351FF
Tints of Neon Blue #4351FF
RGB
CMYK
RGB Variations
Color information
#4351FF (or 0x4351FF) is known color: Neon Blue. HEX triplet: 43, 51 and FF. RGB value is (67,81,255). Sum of RGB (Red+Green+Blue) = 67+81+255=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #4351FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4351FF is #BCAE00. Grayscale: #5F5F5F. Windows color (decimal): -12365313 or 16732483. OLE color: 16732483.
HSL color Cylindrical-coordinate representation of color #4351FF: hue angle of 235.53º 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 #4351FF is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 81 | 255 | - |
| CMYK | 0.74 | 0.68 | 0 | 0 |
| HSL | 235.53º | 1% | 0.63% | - |
| HSV(B) | 235.53º | 0.74% | 1% | - |
| XYZ | 23.31 | 14.3 | 96.14 | - |
| YUV | 96.65 | 217.36 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 81 | 255 | 0.74 | 0.68 | 0 | 0 | 235.53 | 1 | 0.63 |
| Hex | 43 | 51 | FF | 4A | 44 | 0 | 0 | EC | 64 | 3F |
| Octal | 103 | 121 | 377 | 112 | 104 | 0 | 0 | 354 | 144 | 77 |
| Binary | 1000011 | 1010001 | 11111111 | 1001010 | 1000100 | 0 | 0 | 11101100 | 1100100 | 111111 |
Color Harmonies of #4351FF
Complementary color
Monochromatic Colors of #4351FF
Black with #4351FF
Text Example
Text Example
White with #4351FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4351FF; }
p { color: rgb(67,81,255); }
H1.HeaderClassName
{
color: #4351FF;
}
.AnyTagClassName
{
color: #4351FF;
}
</style>
background-color css
<style>
a { background-color: #4351FF; }
a { background-color: rgb(67,81,255); }
div.DivClassName
{
background-color: #4351FF;
}
.BgClassName
{
background-color: #4351FF;
}
</style>
border-color css
<style>
span { border-color: #4351FF; }
span { border-color: rgb(67,81,255); }
td.TdClassName
{
border-color: #4351FF;
}
.TagClassName
{
border-color: #4351FF;
}
</style>