Html Css Color HEX #6041EC Neon Blue

📋 copy color: '#6041EC'

red 96 ◦ green 65 ◦ blue 236

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

Shades of Neon Blue #6041EC

Tints of Neon Blue #6041EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 24.18%
G = 16.37%
B = 59.45%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6041EC (or 0x6041EC) is known color: Neon Blue. HEX triplet: 60, 41 and EC. RGB value is (96,65,236). Sum of RGB (Red+Green+Blue) = 96+65+236=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #6041EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6041EC is #9FBE13. Grayscale: #5D5D5D. Windows color (decimal): -10468884 or 15483232. OLE color: 15483232.

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

Color convert

RGB 96 65 236 -
CMYK 0.59 0.72 0 0.07
HSL 250.88º 0.82% 0.59% -
HSV(B) 250.88º 0.72% 0.93% -
XYZ 21.85 12.32 80.58 -
YUV 93.76 208.27 129.6 -
System Red Green Blue C M Y K H S L
Decimal 96 65 236 0.59 0.72 0 0.07 250.88 0.82 0.59
Hex 60 41 EC 3B 48 0 7 FB 52 3B
Octal 140 101 354 73 110 0 7 373 122 73
Binary 1100000 1000001 11101100 111011 1001000 0 111 11111011 1010010 111011

Color Harmonies of #6041EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6041EC

Black with #6041EC

Text Example


Text Example

White with #6041EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6041EC; }

 p { color: rgb(96,65,236); }

 H1.HeaderClassName
 {
   color: #6041EC;
 }
 .AnyTagClassName
 {
   color: #6041EC;
 }
</style>

background-color css

<style>
 a { background-color: #6041EC; }

 a { background-color: rgb(96,65,236); }

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

border-color css

<style>
 span { border-color: #6041EC; }

 span { border-color: rgb(96,65,236); }

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