Shades of Neon Blue #232EFC
Tints of Neon Blue #232EFC
RGB
CMYK
RGB Variations
Color information
#232EFC (or 0x232EFC) is known color: Neon Blue. HEX triplet: 23, 2E and FC. RGB value is (35,46,252). Sum of RGB (Red+Green+Blue) = 35+46+252=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #232EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232EFC is #DCD103. Grayscale: #414141. Windows color (decimal): -14471428 or 16526883. OLE color: 16526883.
HSL color Cylindrical-coordinate representation of color #232EFC: hue angle of 236.96º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #232EFC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 46 | 252 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.01 |
| HSL | 236.96º | 0.97% | 0.56% | - |
| HSV(B) | 236.96º | 0.86% | 0.99% | - |
| XYZ | 19.24 | 9.34 | 92.88 | - |
| YUV | 66.2 | 232.86 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 252 | 0.86 | 0.82 | 0 | 0.01 | 236.96 | 0.97 | 0.56 |
| Hex | 23 | 2E | FC | 56 | 52 | 0 | 1 | ED | 61 | 38 |
| Octal | 43 | 56 | 374 | 126 | 122 | 0 | 1 | 355 | 141 | 70 |
| Binary | 100011 | 101110 | 11111100 | 1010110 | 1010010 | 0 | 1 | 11101101 | 1100001 | 111000 |
Color Harmonies of #232EFC
Complementary color
Monochromatic Colors of #232EFC
Black with #232EFC
Text Example
Text Example
White with #232EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232EFC; }
p { color: rgb(35,46,252); }
H1.HeaderClassName
{
color: #232EFC;
}
.AnyTagClassName
{
color: #232EFC;
}
</style>
background-color css
<style>
a { background-color: #232EFC; }
a { background-color: rgb(35,46,252); }
div.DivClassName
{
background-color: #232EFC;
}
.BgClassName
{
background-color: #232EFC;
}
</style>
border-color css
<style>
span { border-color: #232EFC; }
span { border-color: rgb(35,46,252); }
td.TdClassName
{
border-color: #232EFC;
}
.TagClassName
{
border-color: #232EFC;
}
</style>