Html Css Color HEX #6141F3 Neon Blue

📋 copy color: '#6141F3'

red 97 ◦ green 65 ◦ blue 243

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

Shades of Neon Blue #6141F3

Tints of Neon Blue #6141F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60%

R = 23.95%
G = 16.05%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6141F3 (or 0x6141F3) is known color: Neon Blue. HEX triplet: 61, 41 and F3. RGB value is (97,65,243). Sum of RGB (Red+Green+Blue) = 97+65+243=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 243 (95.31% from 255 or 60% from 405); Max value from RGB is 243 - color contains mainly: blue. Hex color #6141F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6141F3 is #9EBE0C. Grayscale: #5E5E5E. Windows color (decimal): -10403341 or 15941985. OLE color: 15941985.

HSL color Cylindrical-coordinate representation of color #6141F3: hue angle of 250.79º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6141F3 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 65 243 -
CMYK 0.60 0.73 0 0.05
HSL 250.79º 0.88% 0.6% -
HSV(B) 250.79º 0.73% 0.95% -
XYZ 23 12.79 86.05 -
YUV 94.86 211.6 129.53 -
System Red Green Blue C M Y K H S L
Decimal 97 65 243 0.60 0.73 0 0.05 250.79 0.88 0.6
Hex 61 41 F3 3C 49 0 5 FB 58 3C
Octal 141 101 363 74 111 0 5 373 130 74
Binary 1100001 1000001 11110011 111100 1001001 0 101 11111011 1011000 111100

Color Harmonies of #6141F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6141F3

Black with #6141F3

Text Example


Text Example

White with #6141F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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