Html Css Color HEX #463FE5 Neon Blue

📋 copy color: '#463FE5'

red 70 ◦ green 63 ◦ blue 229

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

Shades of Neon Blue #463FE5

Tints of Neon Blue #463FE5

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

 BLUE value IS 229 (89.84% from 255) = 63.26%

R = 19.34%
G = 17.4%
B = 63.26%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#463FE5 (or 0x463FE5) is known color: Neon Blue. HEX triplet: 46, 3F and E5. RGB value is (70,63,229). Sum of RGB (Red+Green+Blue) = 70+63+229=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #463FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FE5 is #B9C01A. Grayscale: #535353. Windows color (decimal): -12173339 or 15023942. OLE color: 15023942.

HSL color Cylindrical-coordinate representation of color #463FE5: hue angle of 242.53º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463FE5 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 70 63 229 -
CMYK 0.69 0.72 0 0.10
HSL 242.53º 0.76% 0.57% -
HSV(B) 242.53º 0.72% 0.9% -
XYZ 18.45 10.51 75.19 -
YUV 84.02 209.82 118 -
System Red Green Blue C M Y K H S L
Decimal 70 63 229 0.69 0.72 0 0.10 242.53 0.76 0.57
Hex 46 3F E5 45 48 0 A F3 4C 39
Octal 106 77 345 105 110 0 12 363 114 71
Binary 1000110 111111 11100101 1000101 1001000 0 1010 11110011 1001100 111001

Color Harmonies of #463FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FE5

Black with #463FE5

Text Example


Text Example

White with #463FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,63,229); }

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

background-color css

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

 a { background-color: rgb(70,63,229); }

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

border-color css

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

 span { border-color: rgb(70,63,229); }

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