Html Css Color HEX #463AF6 Neon Blue

📋 copy color: '#463AF6'

red 70 ◦ green 58 ◦ blue 246

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

Shades of Neon Blue #463AF6

Tints of Neon Blue #463AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 65.78%

R = 18.72%
G = 15.51%
B = 65.78%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#463AF6 (or 0x463AF6) is known color: Neon Blue. HEX triplet: 46, 3A and F6. RGB value is (70,58,246). Sum of RGB (Red+Green+Blue) = 70+58+246=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #463AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AF6 is #B9C509. Grayscale: #525252. Windows color (decimal): -12174602 or 16136774. OLE color: 16136774.

HSL color Cylindrical-coordinate representation of color #463AF6: hue angle of 243.83º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #463AF6 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 58 246 -
CMYK 0.72 0.76 0 0.04
HSL 243.83º 0.91% 0.6% -
HSV(B) 243.83º 0.76% 0.96% -
XYZ 20.67 10.98 88.22 -
YUV 83.02 219.98 118.71 -
System Red Green Blue C M Y K H S L
Decimal 70 58 246 0.72 0.76 0 0.04 243.83 0.91 0.6
Hex 46 3A F6 48 4C 0 4 F4 5B 3C
Octal 106 72 366 110 114 0 4 364 133 74
Binary 1000110 111010 11110110 1001000 1001100 0 100 11110100 1011011 111100

Color Harmonies of #463AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463AF6

Black with #463AF6

Text Example


Text Example

White with #463AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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