Html Css Color HEX #463FDF Neon Blue

📋 copy color: '#463FDF'

red 70 ◦ green 63 ◦ blue 223

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

Shades of Neon Blue #463FDF

Tints of Neon Blue #463FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 19.66%
G = 17.7%
B = 62.64%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#463FDF (or 0x463FDF) is known color: Neon Blue. HEX triplet: 46, 3F and DF. RGB value is (70,63,223). Sum of RGB (Red+Green+Blue) = 70+63+223=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #463FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FDF is #B9C020. Grayscale: #525252. Windows color (decimal): -12173345 or 14630726. OLE color: 14630726.

HSL color Cylindrical-coordinate representation of color #463FDF: hue angle of 242.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463FDF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 63 223 -
CMYK 0.69 0.72 0 0.13
HSL 242.63º 0.71% 0.56% -
HSV(B) 242.63º 0.72% 0.87% -
XYZ 17.62 10.18 70.85 -
YUV 83.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 70 63 223 0.69 0.72 0 0.13 242.63 0.71 0.56
Hex 46 3F DF 45 48 0 D F3 47 38
Octal 106 77 337 105 110 0 15 363 107 70
Binary 1000110 111111 11011111 1000101 1001000 0 1101 11110011 1000111 111000

Color Harmonies of #463FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FDF

Black with #463FDF

Text Example


Text Example

White with #463FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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