Html Css Color HEX #463BDC Neon Blue

📋 copy color: '#463BDC'

red 70 ◦ green 59 ◦ blue 220

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

Shades of Neon Blue #463BDC

Tints of Neon Blue #463BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.91%

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 20.06%
G = 16.91%
B = 63.04%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#463BDC (or 0x463BDC) is known color: Neon Blue. HEX triplet: 46, 3B and DC. RGB value is (70,59,220). Sum of RGB (Red+Green+Blue) = 70+59+220=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #463BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463BDC is #B9C423. Grayscale: #505050. Windows color (decimal): -12174372 or 14433094. OLE color: 14433094.

HSL color Cylindrical-coordinate representation of color #463BDC: hue angle of 244.1º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463BDC is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 59 220 -
CMYK 0.68 0.73 0 0.14
HSL 244.1º 0.7% 0.55% -
HSV(B) 244.1º 0.73% 0.86% -
XYZ 17.01 9.6 68.67 -
YUV 80.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 70 59 220 0.68 0.73 0 0.14 244.1 0.7 0.55
Hex 46 3B DC 44 49 0 E F4 46 37
Octal 106 73 334 104 111 0 16 364 106 67
Binary 1000110 111011 11011100 1000100 1001001 0 1110 11110100 1000110 110111

Color Harmonies of #463BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463BDC

Black with #463BDC

Text Example


Text Example

White with #463BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,59,220); }

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

background-color css

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

 a { background-color: rgb(70,59,220); }

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

border-color css

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

 span { border-color: rgb(70,59,220); }

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