Shades of Neon Blue #233CF6
Tints of Neon Blue #233CF6
RGB
CMYK
RGB Variations
Color information
#233CF6 (or 0x233CF6) is known color: Neon Blue. HEX triplet: 23, 3C and F6. RGB value is (35,60,246). Sum of RGB (Red+Green+Blue) = 35+60+246=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 246 (96.48% from 255 or 72.14% from 341); Max value from RGB is 246 - color contains mainly: blue. Hex color #233CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233CF6 is #DCC309. Grayscale: #484848. Windows color (decimal): -14467850 or 16137251. OLE color: 16137251.
HSL color Cylindrical-coordinate representation of color #233CF6: hue angle of 232.89º degrees, saturation: 0.92, 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 #233CF6 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 60 | 246 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.04 |
| HSL | 232.89º | 0.92% | 0.55% | - |
| HSV(B) | 232.89º | 0.86% | 0.96% | - |
| XYZ | 18.94 | 10.24 | 88.17 | - |
| YUV | 73.73 | 225.22 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 246 | 0.86 | 0.76 | 0 | 0.04 | 232.89 | 0.92 | 0.55 |
| Hex | 23 | 3C | F6 | 56 | 4C | 0 | 4 | E9 | 5C | 37 |
| Octal | 43 | 74 | 366 | 126 | 114 | 0 | 4 | 351 | 134 | 67 |
| Binary | 100011 | 111100 | 11110110 | 1010110 | 1001100 | 0 | 100 | 11101001 | 1011100 | 110111 |
Color Harmonies of #233CF6
Complementary color
Monochromatic Colors of #233CF6
Black with #233CF6
Text Example
Text Example
White with #233CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233CF6; }
p { color: rgb(35,60,246); }
H1.HeaderClassName
{
color: #233CF6;
}
.AnyTagClassName
{
color: #233CF6;
}
</style>
background-color css
<style>
a { background-color: #233CF6; }
a { background-color: rgb(35,60,246); }
div.DivClassName
{
background-color: #233CF6;
}
.BgClassName
{
background-color: #233CF6;
}
</style>
border-color css
<style>
span { border-color: #233CF6; }
span { border-color: rgb(35,60,246); }
td.TdClassName
{
border-color: #233CF6;
}
.TagClassName
{
border-color: #233CF6;
}
</style>