Html Css Color HEX #363FE6 Neon Blue

📋 copy color: '#363FE6'

red 54 ◦ green 63 ◦ blue 230

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

Shades of Neon Blue #363FE6

Tints of Neon Blue #363FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 66.28%

R = 15.56%
G = 18.16%
B = 66.28%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#363FE6 (or 0x363FE6) is known color: Neon Blue. HEX triplet: 36, 3F and E6. RGB value is (54,63,230). Sum of RGB (Red+Green+Blue) = 54+63+230=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 230 (90.23% from 255 or 66.28% from 347); Max value from RGB is 230 - color contains mainly: blue. Hex color #363FE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FE6 is #C9C019. Grayscale: #4E4E4E. Windows color (decimal): -13221914 or 15089462. OLE color: 15089462.

HSL color Cylindrical-coordinate representation of color #363FE6: hue angle of 236.93º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #363FE6 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 63 230 -
CMYK 0.77 0.73 0 0.10
HSL 236.93º 0.78% 0.56% -
HSV(B) 236.93º 0.77% 0.9% -
XYZ 17.58 10.05 75.88 -
YUV 79.35 213.02 109.92 -
System Red Green Blue C M Y K H S L
Decimal 54 63 230 0.77 0.73 0 0.10 236.93 0.78 0.56
Hex 36 3F E6 4D 49 0 A ED 4E 38
Octal 66 77 346 115 111 0 12 355 116 70
Binary 110110 111111 11100110 1001101 1001001 0 1010 11101101 1001110 111000

Color Harmonies of #363FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FE6

Black with #363FE6

Text Example


Text Example

White with #363FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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