Shades of Neon Blue #232DF5
Tints of Neon Blue #232DF5
RGB
CMYK
RGB Variations
Color information
#232DF5 (or 0x232DF5) is known color: Neon Blue. HEX triplet: 23, 2D and F5. RGB value is (35,45,245). Sum of RGB (Red+Green+Blue) = 35+45+245=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #232DF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232DF5 is #DCD20A. Grayscale: #404040. Windows color (decimal): -14471691 or 16067875. OLE color: 16067875.
HSL color Cylindrical-coordinate representation of color #232DF5: hue angle of 237.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232DF5 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 45 | 245 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.04 |
| HSL | 237.14º | 0.91% | 0.55% | - |
| HSV(B) | 237.14º | 0.86% | 0.96% | - |
| XYZ | 18.11 | 8.83 | 87.14 | - |
| YUV | 64.81 | 229.69 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 245 | 0.86 | 0.82 | 0 | 0.04 | 237.14 | 0.91 | 0.55 |
| Hex | 23 | 2D | F5 | 56 | 52 | 0 | 4 | ED | 5B | 37 |
| Octal | 43 | 55 | 365 | 126 | 122 | 0 | 4 | 355 | 133 | 67 |
| Binary | 100011 | 101101 | 11110101 | 1010110 | 1010010 | 0 | 100 | 11101101 | 1011011 | 110111 |
Color Harmonies of #232DF5
Complementary color
Monochromatic Colors of #232DF5
Black with #232DF5
Text Example
Text Example
White with #232DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232DF5; }
p { color: rgb(35,45,245); }
H1.HeaderClassName
{
color: #232DF5;
}
.AnyTagClassName
{
color: #232DF5;
}
</style>
background-color css
<style>
a { background-color: #232DF5; }
a { background-color: rgb(35,45,245); }
div.DivClassName
{
background-color: #232DF5;
}
.BgClassName
{
background-color: #232DF5;
}
</style>
border-color css
<style>
span { border-color: #232DF5; }
span { border-color: rgb(35,45,245); }
td.TdClassName
{
border-color: #232DF5;
}
.TagClassName
{
border-color: #232DF5;
}
</style>