Shades of Neon Blue #3D52FF
Tints of Neon Blue #3D52FF
RGB
CMYK
RGB Variations
Color information
#3D52FF (or 0x3D52FF) is known color: Neon Blue. HEX triplet: 3D, 52 and FF. RGB value is (61,82,255). Sum of RGB (Red+Green+Blue) = 61+82+255=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #3D52FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D52FF is #C2AD00. Grayscale: #5E5E5E. Windows color (decimal): -12758273 or 16732733. OLE color: 16732733.
HSL color Cylindrical-coordinate representation of color #3D52FF: hue angle of 233.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D52FF is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 82 | 255 | - |
| CMYK | 0.76 | 0.68 | 0 | 0 |
| HSL | 233.51º | 1% | 0.62% | - |
| HSV(B) | 233.51º | 0.76% | 1% | - |
| XYZ | 22.99 | 14.25 | 96.15 | - |
| YUV | 95.44 | 218.04 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 255 | 0.76 | 0.68 | 0 | 0 | 233.51 | 1 | 0.62 |
| Hex | 3D | 52 | FF | 4C | 44 | 0 | 0 | EA | 64 | 3E |
| Octal | 75 | 122 | 377 | 114 | 104 | 0 | 0 | 352 | 144 | 76 |
| Binary | 111101 | 1010010 | 11111111 | 1001100 | 1000100 | 0 | 0 | 11101010 | 1100100 | 111110 |
Color Harmonies of #3D52FF
Complementary color
Monochromatic Colors of #3D52FF
Black with #3D52FF
Text Example
Text Example
White with #3D52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D52FF; }
p { color: rgb(61,82,255); }
H1.HeaderClassName
{
color: #3D52FF;
}
.AnyTagClassName
{
color: #3D52FF;
}
</style>
background-color css
<style>
a { background-color: #3D52FF; }
a { background-color: rgb(61,82,255); }
div.DivClassName
{
background-color: #3D52FF;
}
.BgClassName
{
background-color: #3D52FF;
}
</style>
border-color css
<style>
span { border-color: #3D52FF; }
span { border-color: rgb(61,82,255); }
td.TdClassName
{
border-color: #3D52FF;
}
.TagClassName
{
border-color: #3D52FF;
}
</style>