Html Css Color HEX #6153EF Neon Blue

📋 copy color: '#6153EF'

red 97 ◦ green 83 ◦ blue 239

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

Shades of Neon Blue #6153EF

Tints of Neon Blue #6153EF

RGB

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

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

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

R = 23.15%
G = 19.81%
B = 57.04%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6153EF (or 0x6153EF) is known color: Neon Blue. HEX triplet: 61, 53 and EF. RGB value is (97,83,239). Sum of RGB (Red+Green+Blue) = 97+83+239=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #6153EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6153EF is #9EAC10. Grayscale: #686868. Windows color (decimal): -10398737 or 15684449. OLE color: 15684449.

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

Color convert

RGB 97 83 239 -
CMYK 0.59 0.65 0 0.06
HSL 245.38º 0.83% 0.63% -
HSV(B) 245.38º 0.65% 0.94% -
XYZ 23.6 14.96 83.3 -
YUV 104.97 203.64 122.32 -
System Red Green Blue C M Y K H S L
Decimal 97 83 239 0.59 0.65 0 0.06 245.38 0.83 0.63
Hex 61 53 EF 3B 41 0 6 F5 53 3F
Octal 141 123 357 73 101 0 6 365 123 77
Binary 1100001 1010011 11101111 111011 1000001 0 110 11110101 1010011 111111

Color Harmonies of #6153EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153EF

Black with #6153EF

Text Example


Text Example

White with #6153EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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