Html Css Color HEX #363AEC Neon Blue

📋 copy color: '#363AEC'

red 54 ◦ green 58 ◦ blue 236

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

Shades of Neon Blue #363AEC

Tints of Neon Blue #363AEC

RGB

 RED value IS 54 (21.48% from 255) = 15.52%

 GREEN value IS 58 (23.05% from 255) = 16.67%

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

R = 15.52%
G = 16.67%
B = 67.82%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#363AEC (or 0x363AEC) is known color: Neon Blue. HEX triplet: 36, 3A and EC. RGB value is (54,58,236). Sum of RGB (Red+Green+Blue) = 54+58+236=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #363AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AEC is #C9C513. Grayscale: #4C4C4C. Windows color (decimal): -13223188 or 15481398. OLE color: 15481398.

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

Color convert

RGB 54 58 236 -
CMYK 0.77 0.75 0 0.07
HSL 238.68º 0.83% 0.57% -
HSV(B) 238.68º 0.77% 0.93% -
XYZ 18.17 9.87 80.3 -
YUV 77.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 54 58 236 0.77 0.75 0 0.07 238.68 0.83 0.57
Hex 36 3A EC 4D 4B 0 7 EF 53 39
Octal 66 72 354 115 113 0 7 357 123 71
Binary 110110 111010 11101100 1001101 1001011 0 111 11101111 1010011 111001

Color Harmonies of #363AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AEC

Black with #363AEC

Text Example


Text Example

White with #363AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363AEC; }

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

 H1.HeaderClassName
 {
   color: #363AEC;
 }
 .AnyTagClassName
 {
   color: #363AEC;
 }
</style>

background-color css

<style>
 a { background-color: #363AEC; }

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

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

border-color css

<style>
 span { border-color: #363AEC; }

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

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