#463AEE

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

Shades of Neon Blue #463AEE

Tints of Neon Blue #463AEE

Color information

#463AEE (or 0x463AEE) is unknown color: approx Neon Blue. HEX triplet: 46, 3A and EE. RGB value is (70,58,238). Sum of RGB (Red+Green+Blue) = 70+58+238=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #463AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AEE is #B9C511. Grayscale: #515151. Windows color (decimal): -12174610 or 15612486. OLE color: 15612486.

HSL color Cylindrical-coordinate representation of color #463AEE: hue angle of 244º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #463AEE is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7058238-
CMYK0.710.7600.07
HSL244º84.11%58.04%-
HSV(B)244º75.63%93.33%-
XYZ19.4710.581.89-
YUV82.11215.98119.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 58 (23.05% from 255) = 15.85%
BLUE value IS 238 (93.36% from 255) = 65.03%
R=19.13%
G=15.85%
B=65.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70582380.710.7600.0724484.1158.04
Hex463AEE474C07f4543a
Octal106723561071140736412472
Binary100011011101011101110100011110011000111111101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463AEE; }

 p { color: rgb(70,58,238); }

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

<style>
 a { background-color: #463AEE; }

 a { background-color: rgb(70,58,238); }

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

<style>
 span { border-color: #463AEE; }

 span { border-color: rgb(70,58,238); }

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