#414BF1

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

Shades of Neon Blue #414BF1

Tints of Neon Blue #414BF1

Color information

#414BF1 (or 0x414BF1) is unknown color: approx Neon Blue. HEX triplet: 41, 4B and F1. RGB value is (65,75,241). Sum of RGB (Red+Green+Blue) = 65+75+241=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #414BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414BF1 is #BEB40E. Grayscale: #5A5A5A. Windows color (decimal): -12497935 or 15813441. OLE color: 15813441.

HSL color Cylindrical-coordinate representation of color #414BF1: hue angle of 236.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414BF1 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6575241-
CMYK0.730.6900.05
HSL236.59º86.27%60%-
HSV(B)236.59º73.03%94.51%-
XYZ20.5712.5184.55-
YUV90.93212.69109.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 241 (94.53% from 255) = 63.25%
R=17.06%
G=19.69%
B=63.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65752410.730.6900.05236.5986.2760
Hex414BF1494505ed563c
Octal1011133611111050535512674
Binary1000001100101111110001100100110001010101111011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414BF1; }

 p { color: rgb(65,75,241); }

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

<style>
 a { background-color: #414BF1; }

 a { background-color: rgb(65,75,241); }

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

<style>
 span { border-color: #414BF1; }

 span { border-color: rgb(65,75,241); }

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