Html Css Color HEX #463FF1 Neon Blue

📋 copy color: '#463FF1'

red 70 ◦ green 63 ◦ blue 241

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

Shades of Neon Blue #463FF1

Tints of Neon Blue #463FF1

RGB

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

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

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

R = 18.72%
G = 16.84%
B = 64.44%

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

#463FF1 (or 0x463FF1) is known color: Neon Blue. HEX triplet: 46, 3F and F1. RGB value is (70,63,241). Sum of RGB (Red+Green+Blue) = 70+63+241=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #463FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463FF1 is #B9C00E. Grayscale: #545454. Windows color (decimal): -12173327 or 15810374. OLE color: 15810374.

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

Color convert

RGB 70 63 241 -
CMYK 0.71 0.74 0 0.05
HSL 242.36º 0.86% 0.6% -
HSV(B) 242.36º 0.74% 0.95% -
XYZ 20.18 11.21 84.32 -
YUV 85.39 215.82 117.03 -
System Red Green Blue C M Y K H S L
Decimal 70 63 241 0.71 0.74 0 0.05 242.36 0.86 0.6
Hex 46 3F F1 47 4A 0 5 F2 56 3C
Octal 106 77 361 107 112 0 5 362 126 74
Binary 1000110 111111 11110001 1000111 1001010 0 101 11110010 1010110 111100

Color Harmonies of #463FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FF1

Black with #463FF1

Text Example


Text Example

White with #463FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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