Shades of Neon Blue #435AFF
Tints of Neon Blue #435AFF
RGB
CMYK
RGB Variations
Color information
#435AFF (or 0x435AFF) is known color: Neon Blue. HEX triplet: 43, 5A and FF. RGB value is (67,90,255). Sum of RGB (Red+Green+Blue) = 67+90+255=412 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.26% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #435AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #435AFF is #BCA500. Grayscale: #656565. Windows color (decimal): -12363009 or 16734787. OLE color: 16734787.
HSL color Cylindrical-coordinate representation of color #435AFF: hue angle of 232.66º 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 #435AFF is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 90 | 255 | - |
| CMYK | 0.74 | 0.65 | 0 | 0 |
| HSL | 232.66º | 1% | 0.63% | - |
| HSV(B) | 232.66º | 0.74% | 1% | - |
| XYZ | 24.02 | 15.73 | 96.38 | - |
| YUV | 101.93 | 214.38 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 255 | 0.74 | 0.65 | 0 | 0 | 232.66 | 1 | 0.63 |
| Hex | 43 | 5A | FF | 4A | 41 | 0 | 0 | E9 | 64 | 3F |
| Octal | 103 | 132 | 377 | 112 | 101 | 0 | 0 | 351 | 144 | 77 |
| Binary | 1000011 | 1011010 | 11111111 | 1001010 | 1000001 | 0 | 0 | 11101001 | 1100100 | 111111 |
Color Harmonies of #435AFF
Complementary color
Monochromatic Colors of #435AFF
Black with #435AFF
Text Example
Text Example
White with #435AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435AFF; }
p { color: rgb(67,90,255); }
H1.HeaderClassName
{
color: #435AFF;
}
.AnyTagClassName
{
color: #435AFF;
}
</style>
background-color css
<style>
a { background-color: #435AFF; }
a { background-color: rgb(67,90,255); }
div.DivClassName
{
background-color: #435AFF;
}
.BgClassName
{
background-color: #435AFF;
}
</style>
border-color css
<style>
span { border-color: #435AFF; }
span { border-color: rgb(67,90,255); }
td.TdClassName
{
border-color: #435AFF;
}
.TagClassName
{
border-color: #435AFF;
}
</style>