#463DFD

Color #463DFD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #463DFD

Tints of Neon Blue #463DFD

Color information

#463DFD (or 0x463DFD) is unknown color: approx Neon Blue. HEX triplet: 46, 3D and FD. RGB value is (70,61,253). Sum of RGB (Red+Green+Blue) = 70+61+253=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #463DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463DFD is #B9C202. Grayscale: #545454. Windows color (decimal): -12173827 or 16596294. OLE color: 16596294.

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

Color convert

RGB7061253-
CMYK0.720.7600.01
HSL242.81º97.96%61.57%-
HSV(B)242.81º75.89%99.22%-
XYZ21.9211.7394.04-
YUV85.58222.48116.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.23%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 253 (99.22% from 255) = 65.89%
R=18.23%
G=15.89%
B=65.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal70612530.720.7600.01242.8197.9661.57
Hex463DFD484C01f3623e
Octal106753751101140136314276
Binary1000110111101111111011001000100110001111100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #463DFD;
 }
 .AnyTagClassName
 {
   color: #463DFD;
 }
</style>
background-color css

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

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

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

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

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

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