Html Css Color HEX #6145FE Neon Blue

📋 copy color: '#6145FE'

red 97 ◦ green 69 ◦ blue 254

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

Shades of Neon Blue #6145FE

Tints of Neon Blue #6145FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.43%

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

R = 23.1%
G = 16.43%
B = 60.48%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6145FE (or 0x6145FE) is known color: Neon Blue. HEX triplet: 61, 45 and FE. RGB value is (97,69,254). Sum of RGB (Red+Green+Blue) = 97+69+254=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #6145FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6145FE is #9EBA01. Grayscale: #616161. Windows color (decimal): -10402306 or 16663905. OLE color: 16663905.

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

Color convert

RGB 97 69 254 -
CMYK 0.62 0.73 0 0.00
HSL 249.08º 0.99% 0.63% -
HSV(B) 249.08º 0.73% 1% -
XYZ 24.95 13.95 95.14 -
YUV 98.46 215.78 126.96 -
System Red Green Blue C M Y K H S L
Decimal 97 69 254 0.62 0.73 0 0.00 249.08 0.99 0.63
Hex 61 45 FE 3E 49 0 0 F9 63 3F
Octal 141 105 376 76 111 0 0 371 143 77
Binary 1100001 1000101 11111110 111110 1001001 0 0 11111001 1100011 111111

Color Harmonies of #6145FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145FE

Black with #6145FE

Text Example


Text Example

White with #6145FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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