Shades of Neon Blue #233AF8
Tints of Neon Blue #233AF8
RGB
CMYK
RGB Variations
Color information
#233AF8 (or 0x233AF8) is known color: Neon Blue. HEX triplet: 23, 3A and F8. RGB value is (35,58,248). Sum of RGB (Red+Green+Blue) = 35+58+248=341 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.26% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 248 (97.27% from 255 or 72.73% from 341); Max value from RGB is 248 - color contains mainly: blue. Hex color #233AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233AF8 is #DCC507. Grayscale: #484848. Windows color (decimal): -14468360 or 16267811. OLE color: 16267811.
HSL color Cylindrical-coordinate representation of color #233AF8: hue angle of 233.52º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #233AF8 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 58 | 248 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.03 |
| HSL | 233.52º | 0.94% | 0.55% | - |
| HSV(B) | 233.52º | 0.86% | 0.97% | - |
| XYZ | 19.15 | 10.16 | 89.76 | - |
| YUV | 72.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 248 | 0.86 | 0.77 | 0 | 0.03 | 233.52 | 0.94 | 0.55 |
| Hex | 23 | 3A | F8 | 56 | 4D | 0 | 3 | EA | 5E | 37 |
| Octal | 43 | 72 | 370 | 126 | 115 | 0 | 3 | 352 | 136 | 67 |
| Binary | 100011 | 111010 | 11111000 | 1010110 | 1001101 | 0 | 11 | 11101010 | 1011110 | 110111 |
Color Harmonies of #233AF8
Complementary color
Monochromatic Colors of #233AF8
Black with #233AF8
Text Example
Text Example
White with #233AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233AF8; }
p { color: rgb(35,58,248); }
H1.HeaderClassName
{
color: #233AF8;
}
.AnyTagClassName
{
color: #233AF8;
}
</style>
background-color css
<style>
a { background-color: #233AF8; }
a { background-color: rgb(35,58,248); }
div.DivClassName
{
background-color: #233AF8;
}
.BgClassName
{
background-color: #233AF8;
}
</style>
border-color css
<style>
span { border-color: #233AF8; }
span { border-color: rgb(35,58,248); }
td.TdClassName
{
border-color: #233AF8;
}
.TagClassName
{
border-color: #233AF8;
}
</style>