#3448ED

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

Shades of Neon Blue #3448ED

Tints of Neon Blue #3448ED

Color information

#3448ED (or 0x3448ED) is unknown color: approx Neon Blue. HEX triplet: 34, 48 and ED. RGB value is (52,72,237). Sum of RGB (Red+Green+Blue) = 52+72+237=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #3448ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3448ED is #CBB712. Grayscale: #545454. Windows color (decimal): -13350675 or 15550516. OLE color: 15550516.

HSL color Cylindrical-coordinate representation of color #3448ED: hue angle of 233.51º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3448ED is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5272237-
CMYK0.780.7000.07
HSL233.51º83.71%56.67%-
HSV(B)233.51º78.06%92.94%-
XYZ19.0211.4881.33-
YUV84.83213.87104.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 237 (92.97% from 255) = 65.65%
R=14.40%
G=19.94%
B=65.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52722370.780.7000.07233.5183.7156.67
Hex3448ED4E4607ea5439
Octal641103551161060735212471
Binary110100100100011101101100111010001100111111010101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3448ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3448ED; }

 p { color: rgb(52,72,237); }

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

<style>
 a { background-color: #3448ED; }

 a { background-color: rgb(52,72,237); }

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

<style>
 span { border-color: #3448ED; }

 span { border-color: rgb(52,72,237); }

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