#3248EB

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

Shades of Neon Blue #3248EB

Tints of Neon Blue #3248EB

Color information

#3248EB (or 0x3248EB) is unknown color: approx Neon Blue. HEX triplet: 32, 48 and EB. RGB value is (50,72,235). Sum of RGB (Red+Green+Blue) = 50+72+235=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #3248EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3248EB is #CDB714. Grayscale: #535353. Windows color (decimal): -13481749 or 15419442. OLE color: 15419442.

HSL color Cylindrical-coordinate representation of color #3248EB: hue angle of 232.86º 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 #3248EB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5072235-
CMYK0.790.6900.08
HSL232.86º82.22%55.88%-
HSV(B)232.86º78.72%92.16%-
XYZ18.6311.3179.8-
YUV84213.21103.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 235 (92.19% from 255) = 65.83%
R=14.01%
G=20.17%
B=65.83%

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
Decimal50722350.790.6900.08232.8682.2255.88
Hex3248EB4F4508e95238
Octal6211035311710501035112270
Binary1100101001000111010111001111100010101000111010011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3248EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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