Html Css Color HEX #363FE4 Neon Blue

📋 copy color: '#363FE4'

red 54 ◦ green 63 ◦ blue 228

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

Shades of Neon Blue #363FE4

Tints of Neon Blue #363FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 66.09%

R = 15.65%
G = 18.26%
B = 66.09%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#363FE4 (or 0x363FE4) is known color: Neon Blue. HEX triplet: 36, 3F and E4. RGB value is (54,63,228). Sum of RGB (Red+Green+Blue) = 54+63+228=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #363FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FE4 is #C9C01B. Grayscale: #4E4E4E. Windows color (decimal): -13221916 or 14958390. OLE color: 14958390.

HSL color Cylindrical-coordinate representation of color #363FE4: hue angle of 236.9º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #363FE4 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 54 63 228 -
CMYK 0.76 0.72 0 0.11
HSL 236.9º 0.76% 0.55% -
HSV(B) 236.9º 0.76% 0.89% -
XYZ 17.3 9.94 74.41 -
YUV 79.12 212.02 110.08 -
System Red Green Blue C M Y K H S L
Decimal 54 63 228 0.76 0.72 0 0.11 236.9 0.76 0.55
Hex 36 3F E4 4C 48 0 B ED 4C 37
Octal 66 77 344 114 110 0 13 355 114 67
Binary 110110 111111 11100100 1001100 1001000 0 1011 11101101 1001100 110111

Color Harmonies of #363FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FE4

Black with #363FE4

Text Example


Text Example

White with #363FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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