Shades of Neon Blue #435DF5
Tints of Neon Blue #435DF5
RGB
CMYK
RGB Variations
Color information
#435DF5 (or 0x435DF5) is known color: Neon Blue. HEX triplet: 43, 5D and F5. RGB value is (67,93,245). Sum of RGB (Red+Green+Blue) = 67+93+245=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 245 (96.09% from 255 or 60.49% from 405); Max value from RGB is 245 - color contains mainly: blue. Hex color #435DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #435DF5 is #BCA20A. Grayscale: #656565. Windows color (decimal): -12362251 or 16080195. OLE color: 16080195.
HSL color Cylindrical-coordinate representation of color #435DF5: hue angle of 231.24º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #435DF5 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 93 | 245 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.04 |
| HSL | 231.24º | 0.9% | 0.61% | - |
| HSV(B) | 231.24º | 0.73% | 0.96% | - |
| XYZ | 22.71 | 15.61 | 88.2 | - |
| YUV | 102.55 | 208.39 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 245 | 0.73 | 0.62 | 0 | 0.04 | 231.24 | 0.9 | 0.61 |
| Hex | 43 | 5D | F5 | 49 | 3E | 0 | 4 | E7 | 5A | 3D |
| Octal | 103 | 135 | 365 | 111 | 76 | 0 | 4 | 347 | 132 | 75 |
| Binary | 1000011 | 1011101 | 11110101 | 1001001 | 111110 | 0 | 100 | 11100111 | 1011010 | 111101 |
Color Harmonies of #435DF5
Complementary color
Monochromatic Colors of #435DF5
Black with #435DF5
Text Example
Text Example
White with #435DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DF5; }
p { color: rgb(67,93,245); }
H1.HeaderClassName
{
color: #435DF5;
}
.AnyTagClassName
{
color: #435DF5;
}
</style>
background-color css
<style>
a { background-color: #435DF5; }
a { background-color: rgb(67,93,245); }
div.DivClassName
{
background-color: #435DF5;
}
.BgClassName
{
background-color: #435DF5;
}
</style>
border-color css
<style>
span { border-color: #435DF5; }
span { border-color: rgb(67,93,245); }
td.TdClassName
{
border-color: #435DF5;
}
.TagClassName
{
border-color: #435DF5;
}
</style>