Html Css Color HEX #6148EC Neon Blue

📋 copy color: '#6148EC'

red 97 ◦ green 72 ◦ blue 236

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

Shades of Neon Blue #6148EC

Tints of Neon Blue #6148EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 23.95%
G = 17.78%
B = 58.27%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6148EC (or 0x6148EC) is known color: Neon Blue. HEX triplet: 61, 48 and EC. RGB value is (97,72,236). Sum of RGB (Red+Green+Blue) = 97+72+236=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #6148EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6148EC is #9EB713. Grayscale: #616161. Windows color (decimal): -10401556 or 15485025. OLE color: 15485025.

HSL color Cylindrical-coordinate representation of color #6148EC: hue angle of 249.15º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6148EC is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 72 236 -
CMYK 0.59 0.69 0 0.07
HSL 249.15º 0.81% 0.6% -
HSV(B) 249.15º 0.69% 0.93% -
XYZ 22.39 13.23 80.73 -
YUV 98.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 97 72 236 0.59 0.69 0 0.07 249.15 0.81 0.6
Hex 61 48 EC 3B 45 0 7 F9 51 3C
Octal 141 110 354 73 105 0 7 371 121 74
Binary 1100001 1001000 11101100 111011 1000101 0 111 11111001 1010001 111100

Color Harmonies of #6148EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6148EC

Black with #6148EC

Text Example


Text Example

White with #6148EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6148EC; }

 p { color: rgb(97,72,236); }

 H1.HeaderClassName
 {
   color: #6148EC;
 }
 .AnyTagClassName
 {
   color: #6148EC;
 }
</style>

background-color css

<style>
 a { background-color: #6148EC; }

 a { background-color: rgb(97,72,236); }

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

border-color css

<style>
 span { border-color: #6148EC; }

 span { border-color: rgb(97,72,236); }

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