#415BFF

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

Shades of Neon Blue #415BFF

Tints of Neon Blue #415BFF

Color information

#415BFF (or 0x415BFF) is unknown color: approx Neon Blue. HEX triplet: 41, 5B and FF. RGB value is (65,91,255). Sum of RGB (Red+Green+Blue) = 65+91+255=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #415BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415BFF is #BEA400. Grayscale: #656565. Windows color (decimal): -12493825 or 16735041. OLE color: 16735041.

HSL color Cylindrical-coordinate representation of color #415BFF: hue angle of 231.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #415BFF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6591255-
CMYK0.750.6400
HSL231.79º100%62.75%-
HSV(B)231.79º74.51%100%-
XYZ23.9715.8396.4-
YUV101.92214.39101.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.82%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 255 (100% from 255) = 62.04%
R=15.82%
G=22.14%
B=62.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal65912550.750.6400231.7910062.75
Hex415BFF4B4000e8643f
Octal1011333771131000035014477
Binary10000011011011111111111001011100000000111010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415BFF; }

 p { color: rgb(65,91,255); }

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

<style>
 a { background-color: #415BFF; }

 a { background-color: rgb(65,91,255); }

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

<style>
 span { border-color: #415BFF; }

 span { border-color: rgb(65,91,255); }

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