#3952F8

Color #3952F8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3952F8

Tints of Neon Blue #3952F8

Color information

#3952F8 (or 0x3952F8) is unknown color: approx Neon Blue. HEX triplet: 39, 52 and F8. RGB value is (57,82,248). Sum of RGB (Red+Green+Blue) = 57+82+248=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #3952F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3952F8 is #C6AD07. Grayscale: #5C5C5C. Windows color (decimal): -13020424 or 16273977. OLE color: 16273977.

HSL color Cylindrical-coordinate representation of color #3952F8: hue angle of 232.15º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3952F8 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5782248-
CMYK0.770.6700.03
HSL232.15º93.17%59.8%-
HSV(B)232.15º77.02%97.25%-
XYZ21.6513.6890.31-
YUV93.45215.22102-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 14.73%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 248 (97.27% from 255) = 64.08%
R=14.73%
G=21.19%
B=64.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal57822480.770.6700.03232.1593.1759.8
Hex3952F84D4303e85d3c
Octal711223701151030335013574
Binary11100110100101111100010011011000011011111010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3952F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3952F8; }

 p { color: rgb(57,82,248); }

 H1.HeaderClassName
 {
   color: #3952F8;
 }
 .AnyTagClassName
 {
   color: #3952F8;
 }
</style>
background-color css

<style>
 a { background-color: #3952F8; }

 a { background-color: rgb(57,82,248); }

 div.DivClassName
 {
   background-color: #3952F8;
 }
 .BgClassName
 {
   background-color: #3952F8;
 }
</style>
border-color css

<style>
 span { border-color: #3952F8; }

 span { border-color: rgb(57,82,248); }

 td.TdClassName
 {
   border-color: #3952F8;
 }
 .TagClassName
 {
   border-color: #3952F8;
 }
</style>