Html Css Color HEX #6053EE Neon Blue

📋 copy color: '#6053EE'

red 96 ◦ green 83 ◦ blue 238

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

Shades of Neon Blue #6053EE

Tints of Neon Blue #6053EE

RGB

 RED value IS 96 (37.89% from 255) = 23.02%

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

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

R = 23.02%
G = 19.9%
B = 57.07%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6053EE (or 0x6053EE) is known color: Neon Blue. HEX triplet: 60, 53 and EE. RGB value is (96,83,238). Sum of RGB (Red+Green+Blue) = 96+83+238=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #6053EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6053EE is #9FAC11. Grayscale: #676767. Windows color (decimal): -10464274 or 15618912. OLE color: 15618912.

HSL color Cylindrical-coordinate representation of color #6053EE: hue angle of 245.03º 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 #6053EE is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 83 238 -
CMYK 0.60 0.65 0 0.07
HSL 245.03º 0.82% 0.63% -
HSV(B) 245.03º 0.65% 0.93% -
XYZ 23.35 14.85 82.52 -
YUV 104.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 96 83 238 0.60 0.65 0 0.07 245.03 0.82 0.63
Hex 60 53 EE 3C 41 0 7 F5 52 3F
Octal 140 123 356 74 101 0 7 365 122 77
Binary 1100000 1010011 11101110 111100 1000001 0 111 11110101 1010010 111111

Color Harmonies of #6053EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053EE

Black with #6053EE

Text Example


Text Example

White with #6053EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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