Html Css Color HEX #6145EF Neon Blue

📋 copy color: '#6145EF'

red 97 ◦ green 69 ◦ blue 239

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

Shades of Neon Blue #6145EF

Tints of Neon Blue #6145EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.01%

R = 23.95%
G = 17.04%
B = 59.01%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6145EF (or 0x6145EF) is known color: Neon Blue. HEX triplet: 61, 45 and EF. RGB value is (97,69,239). Sum of RGB (Red+Green+Blue) = 97+69+239=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #6145EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6145EF is #9EBA10. Grayscale: #606060. Windows color (decimal): -10402321 or 15680865. OLE color: 15680865.

HSL color Cylindrical-coordinate representation of color #6145EF: hue angle of 249.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6145EF is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 69 239 -
CMYK 0.59 0.71 0 0.06
HSL 249.88º 0.84% 0.6% -
HSV(B) 249.88º 0.71% 0.94% -
XYZ 22.64 13.03 82.98 -
YUV 96.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 97 69 239 0.59 0.71 0 0.06 249.88 0.84 0.6
Hex 61 45 EF 3B 47 0 6 FA 54 3C
Octal 141 105 357 73 107 0 6 372 124 74
Binary 1100001 1000101 11101111 111011 1000111 0 110 11111010 1010100 111100

Color Harmonies of #6145EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145EF

Black with #6145EF

Text Example


Text Example

White with #6145EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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