Html Css Color HEX #6150FE Neon Blue

📋 copy color: '#6150FE'

red 97 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #6150FE

Tints of Neon Blue #6150FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

 BLUE value IS 254 (99.61% from 255) = 58.93%

R = 22.51%
G = 18.56%
B = 58.93%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6150FE (or 0x6150FE) is known color: Neon Blue. HEX triplet: 61, 50 and FE. RGB value is (97,80,254). Sum of RGB (Red+Green+Blue) = 97+80+254=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #6150FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6150FE is #9EAF01. Grayscale: #686868. Windows color (decimal): -10399490 or 16666721. OLE color: 16666721.

HSL color Cylindrical-coordinate representation of color #6150FE: hue angle of 245.86º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6150FE is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 80 254 -
CMYK 0.62 0.69 0 0.00
HSL 245.86º 0.99% 0.65% -
HSV(B) 245.86º 0.69% 1% -
XYZ 25.69 15.43 95.39 -
YUV 104.92 212.13 122.35 -
System Red Green Blue C M Y K H S L
Decimal 97 80 254 0.62 0.69 0 0.00 245.86 0.99 0.65
Hex 61 50 FE 3E 45 0 0 F6 63 41
Octal 141 120 376 76 105 0 0 366 143 101
Binary 1100001 1010000 11111110 111110 1000101 0 0 11110110 1100011 1000001

Color Harmonies of #6150FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150FE

Black with #6150FE

Text Example


Text Example

White with #6150FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6150FE; }

 p { color: rgb(97,80,254); }

 H1.HeaderClassName
 {
   color: #6150FE;
 }
 .AnyTagClassName
 {
   color: #6150FE;
 }
</style>

background-color css

<style>
 a { background-color: #6150FE; }

 a { background-color: rgb(97,80,254); }

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

border-color css

<style>
 span { border-color: #6150FE; }

 span { border-color: rgb(97,80,254); }

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