Html Css Color HEX #6053FE Neon Blue

📋 copy color: '#6053FE'

red 96 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #6053FE

Tints of Neon Blue #6053FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 22.17%
G = 19.17%
B = 58.66%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6053FE (or 0x6053FE) is known color: Neon Blue. HEX triplet: 60, 53 and FE. RGB value is (96,83,254). Sum of RGB (Red+Green+Blue) = 96+83+254=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #6053FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6053FE is #9FAC01. Grayscale: #696969. Windows color (decimal): -10464258 or 16667488. OLE color: 16667488.

HSL color Cylindrical-coordinate representation of color #6053FE: hue angle of 244.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6053FE is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 83 254 -
CMYK 0.62 0.67 0 0.00
HSL 244.56º 0.99% 0.66% -
HSV(B) 244.56º 0.67% 1% -
XYZ 25.81 15.83 95.46 -
YUV 106.38 211.31 120.6 -
System Red Green Blue C M Y K H S L
Decimal 96 83 254 0.62 0.67 0 0.00 244.56 0.99 0.66
Hex 60 53 FE 3E 43 0 0 F5 63 42
Octal 140 123 376 76 103 0 0 365 143 102
Binary 1100000 1010011 11111110 111110 1000011 0 0 11110101 1100011 1000010

Color Harmonies of #6053FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053FE

Black with #6053FE

Text Example


Text Example

White with #6053FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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