#465DFD

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

Shades of Neon Blue #465DFD

Tints of Neon Blue #465DFD

Color information

#465DFD (or 0x465DFD) is unknown color: approx Neon Blue. HEX triplet: 46, 5D and FD. RGB value is (70,93,253). Sum of RGB (Red+Green+Blue) = 70+93+253=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #465DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465DFD is #B9A202. Grayscale: #676767. Windows color (decimal): -12165635 or 16604486. OLE color: 16604486.

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

Color convert

RGB7093253-
CMYK0.720.6300.01
HSL232.46º97.86%63.33%-
HSV(B)232.46º72.33%99.22%-
XYZ24.1716.2294.79-
YUV104.36211.88103.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.83%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 253 (99.22% from 255) = 60.82%
R=16.83%
G=22.36%
B=60.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal70932530.720.6300.01232.4697.8663.33
Hex465DFD483F01e8623f
Octal106135375110770135014277
Binary1000110101110111111101100100011111101111010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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