Shades of Neon Blue #232FEF
Tints of Neon Blue #232FEF
RGB
CMYK
RGB Variations
Color information
#232FEF (or 0x232FEF) is known color: Neon Blue. HEX triplet: 23, 2F and EF. RGB value is (35,47,239). Sum of RGB (Red+Green+Blue) = 35+47+239=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #232FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232FEF is #DCD010. Grayscale: #404040. Windows color (decimal): -14471185 or 15675171. OLE color: 15675171.
HSL color Cylindrical-coordinate representation of color #232FEF: hue angle of 236.47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232FEF is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 47 | 239 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.06 |
| HSL | 236.47º | 0.86% | 0.54% | - |
| HSV(B) | 236.47º | 0.85% | 0.94% | - |
| XYZ | 17.29 | 8.62 | 82.41 | - |
| YUV | 65.3 | 226.02 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 239 | 0.85 | 0.80 | 0 | 0.06 | 236.47 | 0.86 | 0.54 |
| Hex | 23 | 2F | EF | 55 | 50 | 0 | 6 | EC | 56 | 36 |
| Octal | 43 | 57 | 357 | 125 | 120 | 0 | 6 | 354 | 126 | 66 |
| Binary | 100011 | 101111 | 11101111 | 1010101 | 1010000 | 0 | 110 | 11101100 | 1010110 | 110110 |
Color Harmonies of #232FEF
Complementary color
Monochromatic Colors of #232FEF
Black with #232FEF
Text Example
Text Example
White with #232FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232FEF; }
p { color: rgb(35,47,239); }
H1.HeaderClassName
{
color: #232FEF;
}
.AnyTagClassName
{
color: #232FEF;
}
</style>
background-color css
<style>
a { background-color: #232FEF; }
a { background-color: rgb(35,47,239); }
div.DivClassName
{
background-color: #232FEF;
}
.BgClassName
{
background-color: #232FEF;
}
</style>
border-color css
<style>
span { border-color: #232FEF; }
span { border-color: rgb(35,47,239); }
td.TdClassName
{
border-color: #232FEF;
}
.TagClassName
{
border-color: #232FEF;
}
</style>