Html Css Color HEX #6043ED Neon Blue

📋 copy color: '#6043ED'

red 96 ◦ green 67 ◦ blue 237

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

Shades of Neon Blue #6043ED

Tints of Neon Blue #6043ED

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.75%

 BLUE value IS 237 (92.97% from 255) = 59.25%

R = 24%
G = 16.75%
B = 59.25%

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

#6043ED (or 0x6043ED) is known color: Neon Blue. HEX triplet: 60, 43 and ED. RGB value is (96,67,237). Sum of RGB (Red+Green+Blue) = 96+67+237=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #6043ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6043ED is #9FBC12. Grayscale: #5E5E5E. Windows color (decimal): -10468371 or 15549280. OLE color: 15549280.

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

Color convert

RGB 96 67 237 -
CMYK 0.59 0.72 0 0.07
HSL 250.24º 0.83% 0.6% -
HSV(B) 250.24º 0.72% 0.93% -
XYZ 22.12 12.62 81.39 -
YUV 95.05 208.11 128.68 -
System Red Green Blue C M Y K H S L
Decimal 96 67 237 0.59 0.72 0 0.07 250.24 0.83 0.6
Hex 60 43 ED 3B 48 0 7 FA 53 3C
Octal 140 103 355 73 110 0 7 372 123 74
Binary 1100000 1000011 11101101 111011 1001000 0 111 11111010 1010011 111100

Color Harmonies of #6043ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6043ED

Black with #6043ED

Text Example


Text Example

White with #6043ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6043ED; }

 p { color: rgb(96,67,237); }

 H1.HeaderClassName
 {
   color: #6043ED;
 }
 .AnyTagClassName
 {
   color: #6043ED;
 }
</style>

background-color css

<style>
 a { background-color: #6043ED; }

 a { background-color: rgb(96,67,237); }

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

border-color css

<style>
 span { border-color: #6043ED; }

 span { border-color: rgb(96,67,237); }

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