#3249EB

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

Shades of Neon Blue #3249EB

Tints of Neon Blue #3249EB

Color information

#3249EB (or 0x3249EB) is unknown color: approx Neon Blue. HEX triplet: 32, 49 and EB. RGB value is (50,73,235). Sum of RGB (Red+Green+Blue) = 50+73+235=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #3249EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3249EB is #CDB614. Grayscale: #535353. Windows color (decimal): -13481493 or 15419698. OLE color: 15419698.

HSL color Cylindrical-coordinate representation of color #3249EB: hue angle of 232.54º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3249EB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5073235-
CMYK0.790.6900.08
HSL232.54º82.22%55.88%-
HSV(B)232.54º78.72%92.16%-
XYZ18.6911.4479.82-
YUV84.59212.88103.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.97%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 235 (92.19% from 255) = 65.64%
R=13.97%
G=20.39%
B=65.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal50732350.790.6900.08232.5482.2255.88
Hex3249EB4F4508e95238
Octal6211135311710501035112270
Binary1100101001001111010111001111100010101000111010011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3249EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3249EB; }

 p { color: rgb(50,73,235); }

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

<style>
 a { background-color: #3249EB; }

 a { background-color: rgb(50,73,235); }

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

<style>
 span { border-color: #3249EB; }

 span { border-color: rgb(50,73,235); }

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