#6447F0

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

Shades of Neon Blue #6447F0

Tints of Neon Blue #6447F0

Color information

#6447F0 (or 0x6447F0) is unknown color: approx Neon Blue. HEX triplet: 64, 47 and F0. RGB value is (100,71,240). Sum of RGB (Red+Green+Blue) = 100+71+240=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #6447F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6447F0 is #9BB80F. Grayscale: #626262. Windows color (decimal): -10205200 or 15746916. OLE color: 15746916.

HSL color Cylindrical-coordinate representation of color #6447F0: hue angle of 250.3º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6447F0 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10071240-
CMYK0.580.7000.06
HSL250.3º84.92%60.98%-
HSV(B)250.3º70.42%94.12%-
XYZ23.2413.5183.82-
YUV98.94207.61128.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 71 (28.12% from 255) = 17.27%
BLUE value IS 240 (94.14% from 255) = 58.39%
R=24.33%
G=17.27%
B=58.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal100712400.580.7000.06250.384.9260.98
Hex6447F03A4606fa553d
Octal144107360721060637212575
Binary110010010001111111000011101010001100110111110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6447F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6447F0; }

 p { color: rgb(100,71,240); }

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

<style>
 a { background-color: #6447F0; }

 a { background-color: rgb(100,71,240); }

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

<style>
 span { border-color: #6447F0; }

 span { border-color: rgb(100,71,240); }

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