#6441F1

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

Shades of Neon Blue #6441F1

Tints of Neon Blue #6441F1

Color information

#6441F1 (or 0x6441F1) is unknown color: approx Neon Blue. HEX triplet: 64, 41 and F1. RGB value is (100,65,241). Sum of RGB (Red+Green+Blue) = 100+65+241=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #6441F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6441F1 is #9BBE0E. Grayscale: #5E5E5E. Windows color (decimal): -10206735 or 15810916. OLE color: 15810916.

HSL color Cylindrical-coordinate representation of color #6441F1: hue angle of 251.93º 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 #6441F1 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10065241-
CMYK0.590.7300.05
HSL251.93º86.27%60%-
HSV(B)251.93º73.03%94.51%-
XYZ23.0212.8484.48-
YUV95.53210.1131.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 65 (25.78% from 255) = 16.01%
BLUE value IS 241 (94.53% from 255) = 59.36%
R=24.63%
G=16.01%
B=59.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal100652410.590.7300.05251.9386.2760
Hex6441F13B4905fc563c
Octal144101361731110537412674
Binary110010010000011111000111101110010010101111111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6441F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6441F1; }

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

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

<style>
 a { background-color: #6441F1; }

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

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

<style>
 span { border-color: #6441F1; }

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

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