#415FFE

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

Shades of Neon Blue #415FFE

Tints of Neon Blue #415FFE

Color information

#415FFE (or 0x415FFE) is unknown color: approx Neon Blue. HEX triplet: 41, 5F and FE. RGB value is (65,95,254). Sum of RGB (Red+Green+Blue) = 65+95+254=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #415FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415FFE is #BEA001. Grayscale: #676767. Windows color (decimal): -12492802 or 16670529. OLE color: 16670529.

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

Color convert

RGB6595254-
CMYK0.740.6300.00
HSL230.48º98.95%62.55%-
HSV(B)230.48º74.41%99.61%-
XYZ24.1616.4695.67-
YUV104.16212.56100.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.70%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 254 (99.61% from 255) = 61.35%
R=15.70%
G=22.95%
B=61.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal65952540.740.6300.00230.4898.9562.55
Hex415FFE4A3F00e6633f
Octal101137376112770034614377
Binary1000001101111111111110100101011111100111001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,95,254); }

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

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

 a { background-color: rgb(65,95,254); }

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

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

 span { border-color: rgb(65,95,254); }

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