Html Css Color HEX #363FEB Neon Blue

📋 copy color: '#363FEB'

red 54 ◦ green 63 ◦ blue 235

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

Shades of Neon Blue #363FEB

Tints of Neon Blue #363FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

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

R = 15.34%
G = 17.9%
B = 66.76%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#363FEB (or 0x363FEB) is known color: Neon Blue. HEX triplet: 36, 3F and EB. RGB value is (54,63,235). Sum of RGB (Red+Green+Blue) = 54+63+235=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #363FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FEB is #C9C014. Grayscale: #4F4F4F. Windows color (decimal): -13221909 or 15417142. OLE color: 15417142.

HSL color Cylindrical-coordinate representation of color #363FEB: hue angle of 237.02º 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 #363FEB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 63 235 -
CMYK 0.77 0.73 0 0.08
HSL 237.02º 0.82% 0.57% -
HSV(B) 237.02º 0.77% 0.92% -
XYZ 18.29 10.34 79.63 -
YUV 79.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 54 63 235 0.77 0.73 0 0.08 237.02 0.82 0.57
Hex 36 3F EB 4D 49 0 8 ED 52 39
Octal 66 77 353 115 111 0 10 355 122 71
Binary 110110 111111 11101011 1001101 1001001 0 1000 11101101 1010010 111001

Color Harmonies of #363FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FEB

Black with #363FEB

Text Example


Text Example

White with #363FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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