#465BFD

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

Shades of Neon Blue #465BFD

Tints of Neon Blue #465BFD

Color information

#465BFD (or 0x465BFD) is unknown color: approx Neon Blue. HEX triplet: 46, 5B and FD. RGB value is (70,91,253). Sum of RGB (Red+Green+Blue) = 70+91+253=414 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.91% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #465BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BFD is #B9A402. Grayscale: #666666. Windows color (decimal): -12166147 or 16603974. OLE color: 16603974.

HSL color Cylindrical-coordinate representation of color #465BFD: hue angle of 233.11º 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 #465BFD is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7091253-
CMYK0.720.6400.01
HSL233.11º97.86%63.33%-
HSV(B)233.11º72.33%99.22%-
XYZ2415.8894.73-
YUV103.19212.54104.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.91%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 253 (99.22% from 255) = 61.11%
R=16.91%
G=21.98%
B=61.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal70912530.720.6400.01233.1197.8663.33
Hex465BFD484001e9623f
Octal1061333751101000135114277
Binary10001101011011111111011001000100000001111010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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