Html Css Color HEX #6048EA Neon Blue

📋 copy color: '#6048EA'

red 96 ◦ green 72 ◦ blue 234

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

Shades of Neon Blue #6048EA

Tints of Neon Blue #6048EA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

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

R = 23.88%
G = 17.91%
B = 58.21%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6048EA (or 0x6048EA) is known color: Neon Blue. HEX triplet: 60, 48 and EA. RGB value is (96,72,234). Sum of RGB (Red+Green+Blue) = 96+72+234=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #6048EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6048EA is #9FB715. Grayscale: #616161. Windows color (decimal): -10467094 or 15353952. OLE color: 15353952.

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

Color convert

RGB 96 72 234 -
CMYK 0.59 0.69 0 0.08
HSL 248.89º 0.79% 0.6% -
HSV(B) 248.89º 0.69% 0.92% -
XYZ 21.99 13.06 79.2 -
YUV 97.64 204.95 126.83 -
System Red Green Blue C M Y K H S L
Decimal 96 72 234 0.59 0.69 0 0.08 248.89 0.79 0.6
Hex 60 48 EA 3B 45 0 8 F9 4F 3C
Octal 140 110 352 73 105 0 10 371 117 74
Binary 1100000 1001000 11101010 111011 1000101 0 1000 11111001 1001111 111100

Color Harmonies of #6048EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6048EA

Black with #6048EA

Text Example


Text Example

White with #6048EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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