Html Css Color HEX #6159F0 Neon Blue

📋 copy color: '#6159F0'

red 97 ◦ green 89 ◦ blue 240

#6159F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6159F0

Tints of Neon Blue #6159F0

RGB

 RED value IS 97 (38.28% from 255) = 22.77%

 GREEN value IS 89 (35.16% from 255) = 20.89%

 BLUE value IS 240 (94.14% from 255) = 56.34%

R = 22.77%
G = 20.89%
B = 56.34%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6159F0 (or 0x6159F0) is known color: Neon Blue. HEX triplet: 61, 59 and F0. RGB value is (97,89,240). Sum of RGB (Red+Green+Blue) = 97+89+240=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #6159F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6159F0 is #9EA60F. Grayscale: #6C6C6C. Windows color (decimal): -10397200 or 15751521. OLE color: 15751521.

HSL color Cylindrical-coordinate representation of color #6159F0: hue angle of 243.18º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6159F0 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 89 240 -
CMYK 0.60 0.63 0 0.06
HSL 243.18º 0.83% 0.65% -
HSV(B) 243.18º 0.63% 0.94% -
XYZ 24.23 15.98 84.24 -
YUV 108.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 97 89 240 0.60 0.63 0 0.06 243.18 0.83 0.65
Hex 61 59 F0 3C 3F 0 6 F3 53 41
Octal 141 131 360 74 77 0 6 363 123 101
Binary 1100001 1011001 11110000 111100 111111 0 110 11110011 1010011 1000001

Color Harmonies of #6159F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6159F0

Black with #6159F0

Text Example


Text Example

White with #6159F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,89,240); }

 H1.HeaderClassName
 {
   color: #6159F0;
 }
 .AnyTagClassName
 {
   color: #6159F0;
 }
</style>

background-color css

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

 a { background-color: rgb(97,89,240); }

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

border-color css

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

 span { border-color: rgb(97,89,240); }

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