Html Css Color HEX #463ADD Neon Blue

📋 copy color: '#463ADD'

red 70 ◦ green 58 ◦ blue 221

#463ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #463ADD

Tints of Neon Blue #463ADD

RGB

 RED value IS 70 (27.73% from 255) = 20.06%

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 20.06%
G = 16.62%
B = 63.32%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#463ADD (or 0x463ADD) is known color: Neon Blue. HEX triplet: 46, 3A and DD. RGB value is (70,58,221). Sum of RGB (Red+Green+Blue) = 70+58+221=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #463ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463ADD is #B9C522. Grayscale: #4F4F4F. Windows color (decimal): -12174627 or 14498374. OLE color: 14498374.

HSL color Cylindrical-coordinate representation of color #463ADD: hue angle of 244.42º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #463ADD is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 58 221 -
CMYK 0.68 0.74 0 0.13
HSL 244.42º 0.71% 0.55% -
HSV(B) 244.42º 0.74% 0.87% -
XYZ 17.09 9.55 69.35 -
YUV 80.17 207.48 120.75 -
System Red Green Blue C M Y K H S L
Decimal 70 58 221 0.68 0.74 0 0.13 244.42 0.71 0.55
Hex 46 3A DD 44 4A 0 D F4 47 37
Octal 106 72 335 104 112 0 15 364 107 67
Binary 1000110 111010 11011101 1000100 1001010 0 1101 11110100 1000111 110111

Color Harmonies of #463ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463ADD

Black with #463ADD

Text Example


Text Example

White with #463ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #463ADD;
 }
 .AnyTagClassName
 {
   color: #463ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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