Html Css Color HEX #463EF1 Neon Blue

📋 copy color: '#463EF1'

red 70 ◦ green 62 ◦ blue 241

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

Shades of Neon Blue #463EF1

Tints of Neon Blue #463EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.61%

R = 18.77%
G = 16.62%
B = 64.61%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#463EF1 (or 0x463EF1) is known color: Neon Blue. HEX triplet: 46, 3E and F1. RGB value is (70,62,241). Sum of RGB (Red+Green+Blue) = 70+62+241=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #463EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463EF1 is #B9C10E. Grayscale: #545454. Windows color (decimal): -12173583 or 15810118. OLE color: 15810118.

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

Color convert

RGB 70 62 241 -
CMYK 0.71 0.74 0 0.05
HSL 242.68º 0.86% 0.59% -
HSV(B) 242.68º 0.74% 0.95% -
XYZ 20.13 11.1 84.3 -
YUV 84.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 70 62 241 0.71 0.74 0 0.05 242.68 0.86 0.59
Hex 46 3E F1 47 4A 0 5 F3 56 3B
Octal 106 76 361 107 112 0 5 363 126 73
Binary 1000110 111110 11110001 1000111 1001010 0 101 11110011 1010110 111011

Color Harmonies of #463EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463EF1

Black with #463EF1

Text Example


Text Example

White with #463EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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