Html Css Color HEX #6145FF Neon Blue

📋 copy color: '#6145FF'

red 97 ◦ green 69 ◦ blue 255

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

Shades of Neon Blue #6145FF

Tints of Neon Blue #6145FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.57%

R = 23.04%
G = 16.39%
B = 60.57%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6145FF (or 0x6145FF) is known color: Neon Blue. HEX triplet: 61, 45 and FF. RGB value is (97,69,255). Sum of RGB (Red+Green+Blue) = 97+69+255=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #6145FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6145FF is #9EBA00. Grayscale: #616161. Windows color (decimal): -10402305 or 16729441. OLE color: 16729441.

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

Color convert

RGB 97 69 255 -
CMYK 0.62 0.73 0 0
HSL 249.03º 1% 0.64% -
HSV(B) 249.03º 0.73% 1% -
XYZ 25.11 14.02 95.99 -
YUV 98.58 216.28 126.88 -
System Red Green Blue C M Y K H S L
Decimal 97 69 255 0.62 0.73 0 0 249.03 1 0.64
Hex 61 45 FF 3E 49 0 0 F9 64 40
Octal 141 105 377 76 111 0 0 371 144 100
Binary 1100001 1000101 11111111 111110 1001001 0 0 11111001 1100100 1000000

Color Harmonies of #6145FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145FF

Black with #6145FF

Text Example


Text Example

White with #6145FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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