Html Css Color HEX #6139FF Neon Blue

📋 copy color: '#6139FF'

red 97 ◦ green 57 ◦ blue 255

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

Shades of Neon Blue #6139FF

Tints of Neon Blue #6139FF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.94%

 BLUE value IS 255 (100% from 255) = 62.35%

R = 23.72%
G = 13.94%
B = 62.35%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6139FF (or 0x6139FF) is known color: Neon Blue. HEX triplet: 61, 39 and FF. RGB value is (97,57,255). Sum of RGB (Red+Green+Blue) = 97+57+255=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #6139FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6139FF is #9EC600. Grayscale: #5A5A5A. Windows color (decimal): -10405377 or 16726369. OLE color: 16726369.

HSL color Cylindrical-coordinate representation of color #6139FF: hue angle of 252.12º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6139FF is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 57 255 -
CMYK 0.62 0.78 0 0
HSL 252.12º 1% 0.61% -
HSV(B) 252.12º 0.78% 1% -
XYZ 24.44 12.69 95.77 -
YUV 91.53 220.25 131.9 -
System Red Green Blue C M Y K H S L
Decimal 97 57 255 0.62 0.78 0 0 252.12 1 0.61
Hex 61 39 FF 3E 4E 0 0 FC 64 3D
Octal 141 71 377 76 116 0 0 374 144 75
Binary 1100001 111001 11111111 111110 1001110 0 0 11111100 1100100 111101

Color Harmonies of #6139FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139FF

Black with #6139FF

Text Example


Text Example

White with #6139FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6139FF;
 }
 .AnyTagClassName
 {
   color: #6139FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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