#6144F7

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

Shades of Neon Blue #6144F7

Tints of Neon Blue #6144F7

Color information

#6144F7 (or 0x6144F7) is unknown color: approx Neon Blue. HEX triplet: 61, 44 and F7. RGB value is (97,68,247). Sum of RGB (Red+Green+Blue) = 97+68+247=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 247 (96.88% from 255 or 59.95% from 412); Max value from RGB is 247 - color contains mainly: blue. Hex color #6144F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144F7 is #9EBB08. Grayscale: #606060. Windows color (decimal): -10402569 or 16204897. OLE color: 16204897.

HSL color Cylindrical-coordinate representation of color #6144F7: hue angle of 249.72º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6144F7 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9768247-
CMYK0.610.7200.03
HSL249.72º91.79%61.76%-
HSV(B)249.72º72.47%96.86%-
XYZ23.7913.3989.33-
YUV97.08212.61127.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.54%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 247 (96.88% from 255) = 59.95%
R=23.54%
G=16.50%
B=59.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal97682470.610.7200.03249.7291.7961.76
Hex6144F73D4803fa5c3e
Octal141104367751100337213476
Binary11000011000100111101111111011001000011111110101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6144F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6144F7; }

 p { color: rgb(97,68,247); }

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

<style>
 a { background-color: #6144F7; }

 a { background-color: rgb(97,68,247); }

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

<style>
 span { border-color: #6144F7; }

 span { border-color: rgb(97,68,247); }

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