Html Css Color HEX #6153EE Neon Blue

📋 copy color: '#6153EE'

red 97 ◦ green 83 ◦ blue 238

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

Shades of Neon Blue #6153EE

Tints of Neon Blue #6153EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 23.21%
G = 19.86%
B = 56.94%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6153EE (or 0x6153EE) is known color: Neon Blue. HEX triplet: 61, 53 and EE. RGB value is (97,83,238). Sum of RGB (Red+Green+Blue) = 97+83+238=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #6153EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6153EE is #9EAC11. Grayscale: #686868. Windows color (decimal): -10398738 or 15618913. OLE color: 15618913.

HSL color Cylindrical-coordinate representation of color #6153EE: hue angle of 245.42º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6153EE is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 83 238 -
CMYK 0.59 0.65 0 0.07
HSL 245.42º 0.82% 0.63% -
HSV(B) 245.42º 0.65% 0.93% -
XYZ 23.46 14.9 82.53 -
YUV 104.86 203.14 122.4 -
System Red Green Blue C M Y K H S L
Decimal 97 83 238 0.59 0.65 0 0.07 245.42 0.82 0.63
Hex 61 53 EE 3B 41 0 7 F5 52 3F
Octal 141 123 356 73 101 0 7 365 122 77
Binary 1100001 1010011 11101110 111011 1000001 0 111 11110101 1010010 111111

Color Harmonies of #6153EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153EE

Black with #6153EE

Text Example


Text Example

White with #6153EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6153EE; }

 p { color: rgb(97,83,238); }

 H1.HeaderClassName
 {
   color: #6153EE;
 }
 .AnyTagClassName
 {
   color: #6153EE;
 }
</style>

background-color css

<style>
 a { background-color: #6153EE; }

 a { background-color: rgb(97,83,238); }

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

border-color css

<style>
 span { border-color: #6153EE; }

 span { border-color: rgb(97,83,238); }

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