#463DEE

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

Shades of Neon Blue #463DEE

Tints of Neon Blue #463DEE

Color information

#463DEE (or 0x463DEE) is unknown color: approx Neon Blue. HEX triplet: 46, 3D and EE. RGB value is (70,61,238). Sum of RGB (Red+Green+Blue) = 70+61+238=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #463DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DEE is #B9C211. Grayscale: #535353. Windows color (decimal): -12173842 or 15613254. OLE color: 15613254.

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

Color convert

RGB7061238-
CMYK0.710.7400.07
HSL243.05º83.89%58.63%-
HSV(B)243.05º74.37%93.33%-
XYZ19.6310.8181.94-
YUV83.87214.98118.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 238 (93.36% from 255) = 64.50%
R=18.97%
G=16.53%
B=64.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70612380.710.7400.07243.0583.8958.63
Hex463DEE474A07f3543b
Octal106753561071120736312473
Binary100011011110111101110100011110010100111111100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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