#6139F4

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

Shades of Neon Blue #6139F4

Tints of Neon Blue #6139F4

Color information

#6139F4 (or 0x6139F4) is unknown color: approx Neon Blue. HEX triplet: 61, 39 and F4. RGB value is (97,57,244). Sum of RGB (Red+Green+Blue) = 97+57+244=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 244 (95.70% from 255 or 61.31% from 398); Max value from RGB is 244 - color contains mainly: blue. Hex color #6139F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6139F4 is #9EC60B. Grayscale: #595959. Windows color (decimal): -10405388 or 16005473. OLE color: 16005473.

HSL color Cylindrical-coordinate representation of color #6139F4: hue angle of 252.83º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6139F4 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9757244-
CMYK0.600.7700.04
HSL252.83º89.47%59.02%-
HSV(B)252.83º76.64%95.69%-
XYZ22.721286.71-
YUV90.28214.75132.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 57 (22.66% from 255) = 14.32%
BLUE value IS 244 (95.70% from 255) = 61.31%
R=24.37%
G=14.32%
B=61.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97572440.600.7700.04252.8389.4759.02
Hex6139F43C4D04fd593b
Octal14171364741150437513173
Binary11000011110011111010011110010011010100111111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6139F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6139F4; }

 p { color: rgb(97,57,244); }

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

<style>
 a { background-color: #6139F4; }

 a { background-color: rgb(97,57,244); }

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

<style>
 span { border-color: #6139F4; }

 span { border-color: rgb(97,57,244); }

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