#453BEF

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

Shades of Neon Blue #453BEF

Tints of Neon Blue #453BEF

Color information

#453BEF (or 0x453BEF) is unknown color: approx Neon Blue. HEX triplet: 45, 3B and EF. RGB value is (69,59,239). Sum of RGB (Red+Green+Blue) = 69+59+239=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #453BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453BEF is #BAC410. Grayscale: #515151. Windows color (decimal): -12239889 or 15678277. OLE color: 15678277.

HSL color Cylindrical-coordinate representation of color #453BEF: hue angle of 243.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453BEF is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6959239-
CMYK0.710.7500.06
HSL243.33º84.91%58.43%-
HSV(B)243.33º75.31%93.73%-
XYZ19.610.6382.68-
YUV82.51216.31118.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 59 (23.44% from 255) = 16.08%
BLUE value IS 239 (93.75% from 255) = 65.12%
R=18.80%
G=16.08%
B=65.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal69592390.710.7500.06243.3384.9158.43
Hex453BEF474B06f3553a
Octal105733571071130636312572
Binary100010111101111101111100011110010110110111100111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453BEF; }

 p { color: rgb(69,59,239); }

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

<style>
 a { background-color: #453BEF; }

 a { background-color: rgb(69,59,239); }

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

<style>
 span { border-color: #453BEF; }

 span { border-color: rgb(69,59,239); }

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