Html Css Color HEX #463CE0 Neon Blue

📋 copy color: '#463CE0'

red 70 ◦ green 60 ◦ blue 224

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

Shades of Neon Blue #463CE0

Tints of Neon Blue #463CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

 BLUE value IS 224 (87.89% from 255) = 63.28%

R = 19.77%
G = 16.95%
B = 63.28%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#463CE0 (or 0x463CE0) is known color: Neon Blue. HEX triplet: 46, 3C and E0. RGB value is (70,60,224). Sum of RGB (Red+Green+Blue) = 70+60+224=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #463CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463CE0 is #B9C31F. Grayscale: #515151. Windows color (decimal): -12174112 or 14695494. OLE color: 14695494.

HSL color Cylindrical-coordinate representation of color #463CE0: hue angle of 243.66º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #463CE0 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 60 224 -
CMYK 0.69 0.73 0 0.12
HSL 243.66º 0.73% 0.56% -
HSV(B) 243.66º 0.73% 0.88% -
XYZ 17.6 9.92 71.51 -
YUV 81.69 208.31 119.66 -
System Red Green Blue C M Y K H S L
Decimal 70 60 224 0.69 0.73 0 0.12 243.66 0.73 0.56
Hex 46 3C E0 45 49 0 C F4 49 38
Octal 106 74 340 105 111 0 14 364 111 70
Binary 1000110 111100 11100000 1000101 1001001 0 1100 11110100 1001001 111000

Color Harmonies of #463CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463CE0

Black with #463CE0

Text Example


Text Example

White with #463CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,60,224); }

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

background-color css

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

 a { background-color: rgb(70,60,224); }

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

border-color css

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

 span { border-color: rgb(70,60,224); }

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