Html Css Color HEX #6159FA Neon Blue

📋 copy color: '#6159FA'

red 97 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #6159FA

Tints of Neon Blue #6159FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 22.25%
G = 20.41%
B = 57.34%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6159FA (or 0x6159FA) is known color: Neon Blue. HEX triplet: 61, 59 and FA. RGB value is (97,89,250). Sum of RGB (Red+Green+Blue) = 97+89+250=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #6159FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6159FA is #9EA605. Grayscale: #6D6D6D. Windows color (decimal): -10397190 or 16406881. OLE color: 16406881.

HSL color Cylindrical-coordinate representation of color #6159FA: hue angle of 242.98º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6159FA is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 89 250 -
CMYK 0.61 0.64 0 0.02
HSL 242.98º 0.94% 0.66% -
HSV(B) 242.98º 0.64% 0.98% -
XYZ 25.76 16.59 92.29 -
YUV 109.75 207.15 118.91 -
System Red Green Blue C M Y K H S L
Decimal 97 89 250 0.61 0.64 0 0.02 242.98 0.94 0.66
Hex 61 59 FA 3D 40 0 2 F3 5E 42
Octal 141 131 372 75 100 0 2 363 136 102
Binary 1100001 1011001 11111010 111101 1000000 0 10 11110011 1011110 1000010

Color Harmonies of #6159FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6159FA

Black with #6159FA

Text Example


Text Example

White with #6159FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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