Html Css Color HEX #463FFD Neon Blue

📋 copy color: '#463FFD'

red 70 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #463FFD

Tints of Neon Blue #463FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.54%

R = 18.13%
G = 16.32%
B = 65.54%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#463FFD (or 0x463FFD) is known color: Neon Blue. HEX triplet: 46, 3F and FD. RGB value is (70,63,253). Sum of RGB (Red+Green+Blue) = 70+63+253=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #463FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463FFD is #B9C002. Grayscale: #565656. Windows color (decimal): -12173315 or 16596806. OLE color: 16596806.

HSL color Cylindrical-coordinate representation of color #463FFD: hue angle of 242.21º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #463FFD is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 63 253 -
CMYK 0.72 0.75 0 0.01
HSL 242.21º 0.98% 0.62% -
HSV(B) 242.21º 0.75% 0.99% -
XYZ 22.03 11.95 94.07 -
YUV 86.75 221.82 116.05 -
System Red Green Blue C M Y K H S L
Decimal 70 63 253 0.72 0.75 0 0.01 242.21 0.98 0.62
Hex 46 3F FD 48 4B 0 1 F2 62 3E
Octal 106 77 375 110 113 0 1 362 142 76
Binary 1000110 111111 11111101 1001000 1001011 0 1 11110010 1100010 111110

Color Harmonies of #463FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FFD

Black with #463FFD

Text Example


Text Example

White with #463FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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