Html Css Color HEX #6051EA Neon Blue

📋 copy color: '#6051EA'

red 96 ◦ green 81 ◦ blue 234

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

Shades of Neon Blue #6051EA

Tints of Neon Blue #6051EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 23.36%
G = 19.71%
B = 56.93%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6051EA (or 0x6051EA) is known color: Neon Blue. HEX triplet: 60, 51 and EA. RGB value is (96,81,234). Sum of RGB (Red+Green+Blue) = 96+81+234=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #6051EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6051EA is #9FAE15. Grayscale: #666666. Windows color (decimal): -10464790 or 15356256. OLE color: 15356256.

HSL color Cylindrical-coordinate representation of color #6051EA: hue angle of 245.88º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6051EA is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 81 234 -
CMYK 0.59 0.65 0 0.08
HSL 245.88º 0.78% 0.62% -
HSV(B) 245.88º 0.65% 0.92% -
XYZ 22.62 14.31 79.41 -
YUV 102.93 201.97 123.06 -
System Red Green Blue C M Y K H S L
Decimal 96 81 234 0.59 0.65 0 0.08 245.88 0.78 0.62
Hex 60 51 EA 3B 41 0 8 F6 4E 3E
Octal 140 121 352 73 101 0 10 366 116 76
Binary 1100000 1010001 11101010 111011 1000001 0 1000 11110110 1001110 111110

Color Harmonies of #6051EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6051EA

Black with #6051EA

Text Example


Text Example

White with #6051EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6051EA; }

 p { color: rgb(96,81,234); }

 H1.HeaderClassName
 {
   color: #6051EA;
 }
 .AnyTagClassName
 {
   color: #6051EA;
 }
</style>

background-color css

<style>
 a { background-color: #6051EA; }

 a { background-color: rgb(96,81,234); }

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

border-color css

<style>
 span { border-color: #6051EA; }

 span { border-color: rgb(96,81,234); }

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