Html Css Color HEX #3C48ED Neon Blue

📋 copy color: '#3C48ED'

red 60 ◦ green 72 ◦ blue 237

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

Shades of Neon Blue #3C48ED

Tints of Neon Blue #3C48ED

RGB

 RED value IS 60 (23.83% from 255) = 16.26%

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

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

R = 16.26%
G = 19.51%
B = 64.23%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C48ED (or 0x3C48ED) is known color: Neon Blue. HEX triplet: 3C, 48 and ED. RGB value is (60,72,237). Sum of RGB (Red+Green+Blue) = 60+72+237=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C48ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C48ED is #C3B712. Grayscale: #565656. Windows color (decimal): -12826387 or 15550524. OLE color: 15550524.

HSL color Cylindrical-coordinate representation of color #3C48ED: hue angle of 235.93º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C48ED is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 72 237 -
CMYK 0.75 0.70 0 0.07
HSL 235.93º 0.83% 0.58% -
HSV(B) 235.93º 0.75% 0.93% -
XYZ 19.47 11.71 81.35 -
YUV 87.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 60 72 237 0.75 0.70 0 0.07 235.93 0.83 0.58
Hex 3C 48 ED 4B 46 0 7 EC 53 3A
Octal 74 110 355 113 106 0 7 354 123 72
Binary 111100 1001000 11101101 1001011 1000110 0 111 11101100 1010011 111010

Color Harmonies of #3C48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C48ED

Black with #3C48ED

Text Example


Text Example

White with #3C48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C48ED; }

 p { color: rgb(60,72,237); }

 H1.HeaderClassName
 {
   color: #3C48ED;
 }
 .AnyTagClassName
 {
   color: #3C48ED;
 }
</style>

background-color css

<style>
 a { background-color: #3C48ED; }

 a { background-color: rgb(60,72,237); }

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

border-color css

<style>
 span { border-color: #3C48ED; }

 span { border-color: rgb(60,72,237); }

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