#413ae1

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

Shades of Neon Blue #413AE1

Tints of Neon Blue #413AE1

Color information

#413AE1 (or 0x413AE1) is unknown color: approx Neon Blue. HEX triplet: 41, 3A and E1. RGB value is (65,58,225). Sum of RGB (Red+Green+Blue) = 65+58+225=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 225 (88.28% from 255 or 64.66% from 348); Max value from RGB is 225 - color contains mainly: blue. Hex color #413AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413AE1 is #BEC51E. Grayscale: #4E4E4E. Windows color (decimal): -12502303 or 14760513. OLE color: 14760513.

HSL color Cylindrical-coordinate representation of color #413AE1: hue angle of 242.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413AE1 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6558225-
CMYK0.710.7400.12
HSL242.51º73.57%55.49%-
HSV(B)242.51º74.22%88.24%-
XYZ17.289.5972.17-
YUV79.13210.32117.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 225 (88.28% from 255) = 64.66%
R=18.68%
G=16.67%
B=64.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal65582250.710.7400.12242.5173.5755.49
Hex413AE1474A0Cf34a37
Octal1017234110711201436311267
Binary1000001111010111000011000111100101001100111100111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413ae1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413ae1; }

 p { color: rgb(65,58,225); }

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

<style>
 a { background-color: #413ae1; }

 a { background-color: rgb(65,58,225); }

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

<style>
 span { border-color: #413ae1; }

 span { border-color: rgb(65,58,225); }

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