Html Css Color HEX #3A30EC Neon Blue

📋 copy color: '#3A30EC'

red 58 ◦ green 48 ◦ blue 236

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

Shades of Neon Blue #3A30EC

Tints of Neon Blue #3A30EC

RGB

 RED value IS 58 (23.05% from 255) = 16.96%

 GREEN value IS 48 (19.14% from 255) = 14.04%

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

R = 16.96%
G = 14.04%
B = 69.01%

CMYK

 C value IS 0.75

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3A30EC (or 0x3A30EC) is known color: Neon Blue. HEX triplet: 3A, 30 and EC. RGB value is (58,48,236). Sum of RGB (Red+Green+Blue) = 58+48+236=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A30EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A30EC is #C5CF13. Grayscale: #474747. Windows color (decimal): -12963604 or 15478842. OLE color: 15478842.

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

Color convert

RGB 58 48 236 -
CMYK 0.75 0.80 0 0.07
HSL 243.19º 0.83% 0.56% -
HSV(B) 243.19º 0.8% 0.93% -
XYZ 17.94 9.07 80.16 -
YUV 72.42 220.31 117.71 -
System Red Green Blue C M Y K H S L
Decimal 58 48 236 0.75 0.80 0 0.07 243.19 0.83 0.56
Hex 3A 30 EC 4B 50 0 7 F3 53 38
Octal 72 60 354 113 120 0 7 363 123 70
Binary 111010 110000 11101100 1001011 1010000 0 111 11110011 1010011 111000

Color Harmonies of #3A30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A30EC

Black with #3A30EC

Text Example


Text Example

White with #3A30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,236); }

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

background-color css

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

 a { background-color: rgb(58,48,236); }

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

border-color css

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

 span { border-color: rgb(58,48,236); }

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