Html Css Color HEX #6144EB Neon Blue

📋 copy color: '#6144EB'

red 97 ◦ green 68 ◦ blue 235

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

Shades of Neon Blue #6144EB

Tints of Neon Blue #6144EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 24.25%
G = 17%
B = 58.75%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6144EB (or 0x6144EB) is known color: Neon Blue. HEX triplet: 61, 44 and EB. RGB value is (97,68,235). Sum of RGB (Red+Green+Blue) = 97+68+235=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #6144EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144EB is #9EBB14. Grayscale: #5F5F5F. Windows color (decimal): -10402581 or 15418465. OLE color: 15418465.

HSL color Cylindrical-coordinate representation of color #6144EB: hue angle of 250.42º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6144EB is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 68 235 -
CMYK 0.59 0.71 0 0.08
HSL 250.42º 0.81% 0.59% -
HSV(B) 250.42º 0.71% 0.92% -
XYZ 21.99 12.67 79.88 -
YUV 95.71 206.61 128.92 -
System Red Green Blue C M Y K H S L
Decimal 97 68 235 0.59 0.71 0 0.08 250.42 0.81 0.59
Hex 61 44 EB 3B 47 0 8 FA 51 3B
Octal 141 104 353 73 107 0 10 372 121 73
Binary 1100001 1000100 11101011 111011 1000111 0 1000 11111010 1010001 111011

Color Harmonies of #6144EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6144EB

Black with #6144EB

Text Example


Text Example

White with #6144EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6144EB; }

 p { color: rgb(97,68,235); }

 H1.HeaderClassName
 {
   color: #6144EB;
 }
 .AnyTagClassName
 {
   color: #6144EB;
 }
</style>

background-color css

<style>
 a { background-color: #6144EB; }

 a { background-color: rgb(97,68,235); }

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

border-color css

<style>
 span { border-color: #6144EB; }

 span { border-color: rgb(97,68,235); }

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