Html Css Color HEX #363CEB Neon Blue

📋 copy color: '#363CEB'

red 54 ◦ green 60 ◦ blue 235

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

Shades of Neon Blue #363CEB

Tints of Neon Blue #363CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 15.47%
G = 17.19%
B = 67.34%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#363CEB (or 0x363CEB) is known color: Neon Blue. HEX triplet: 36, 3C and EB. RGB value is (54,60,235). Sum of RGB (Red+Green+Blue) = 54+60+235=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #363CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CEB is #C9C314. Grayscale: #4D4D4D. Windows color (decimal): -13222677 or 15416374. OLE color: 15416374.

HSL color Cylindrical-coordinate representation of color #363CEB: hue angle of 238.01º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363CEB is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 60 235 -
CMYK 0.77 0.74 0 0.08
HSL 238.01º 0.82% 0.57% -
HSV(B) 238.01º 0.77% 0.92% -
XYZ 18.13 10.01 79.57 -
YUV 78.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 54 60 235 0.77 0.74 0 0.08 238.01 0.82 0.57
Hex 36 3C EB 4D 4A 0 8 EE 52 39
Octal 66 74 353 115 112 0 10 356 122 71
Binary 110110 111100 11101011 1001101 1001010 0 1000 11101110 1010010 111001

Color Harmonies of #363CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CEB

Black with #363CEB

Text Example


Text Example

White with #363CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,60,235); }

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

background-color css

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

 a { background-color: rgb(54,60,235); }

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

border-color css

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

 span { border-color: rgb(54,60,235); }

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