Html Css Color HEX #463EF0 Neon Blue

📋 copy color: '#463EF0'

red 70 ◦ green 62 ◦ blue 240

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

Shades of Neon Blue #463EF0

Tints of Neon Blue #463EF0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

 BLUE value IS 240 (94.14% from 255) = 64.52%

R = 18.82%
G = 16.67%
B = 64.52%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#463EF0 (or 0x463EF0) is known color: Neon Blue. HEX triplet: 46, 3E and F0. RGB value is (70,62,240). Sum of RGB (Red+Green+Blue) = 70+62+240=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #463EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463EF0 is #B9C10F. Grayscale: #535353. Windows color (decimal): -12173584 or 15744582. OLE color: 15744582.

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

Color convert

RGB 70 62 240 -
CMYK 0.71 0.74 0 0.06
HSL 242.7º 0.86% 0.59% -
HSV(B) 242.7º 0.74% 0.94% -
XYZ 19.98 11.04 83.52 -
YUV 84.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 70 62 240 0.71 0.74 0 0.06 242.7 0.86 0.59
Hex 46 3E F0 47 4A 0 6 F3 56 3B
Octal 106 76 360 107 112 0 6 363 126 73
Binary 1000110 111110 11110000 1000111 1001010 0 110 11110011 1010110 111011

Color Harmonies of #463EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463EF0

Black with #463EF0

Text Example


Text Example

White with #463EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,62,240); }

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

background-color css

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

 a { background-color: rgb(70,62,240); }

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

border-color css

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

 span { border-color: rgb(70,62,240); }

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