Html Css Color HEX #6141FF Neon Blue

📋 copy color: '#6141FF'

red 97 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #6141FF

Tints of Neon Blue #6141FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 23.26%
G = 15.59%
B = 61.15%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6141FF (or 0x6141FF) is known color: Neon Blue. HEX triplet: 61, 41 and FF. RGB value is (97,65,255). Sum of RGB (Red+Green+Blue) = 97+65+255=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #6141FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6141FF is #9EBE00. Grayscale: #5F5F5F. Windows color (decimal): -10403329 or 16728417. OLE color: 16728417.

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

Color convert

RGB 97 65 255 -
CMYK 0.62 0.75 0 0
HSL 250.11º 1% 0.63% -
HSV(B) 250.11º 0.75% 1% -
XYZ 24.87 13.54 95.91 -
YUV 96.23 217.6 128.55 -
System Red Green Blue C M Y K H S L
Decimal 97 65 255 0.62 0.75 0 0 250.11 1 0.63
Hex 61 41 FF 3E 4B 0 0 FA 64 3F
Octal 141 101 377 76 113 0 0 372 144 77
Binary 1100001 1000001 11111111 111110 1001011 0 0 11111010 1100100 111111

Color Harmonies of #6141FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6141FF

Black with #6141FF

Text Example


Text Example

White with #6141FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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