Html Css Color HEX #363FE8 Neon Blue

📋 copy color: '#363FE8'

red 54 ◦ green 63 ◦ blue 232

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

Shades of Neon Blue #363FE8

Tints of Neon Blue #363FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 66.48%

R = 15.47%
G = 18.05%
B = 66.48%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#363FE8 (or 0x363FE8) is known color: Neon Blue. HEX triplet: 36, 3F and E8. RGB value is (54,63,232). Sum of RGB (Red+Green+Blue) = 54+63+232=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 232 (91.02% from 255 or 66.48% from 349); Max value from RGB is 232 - color contains mainly: blue. Hex color #363FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FE8 is #C9C017. Grayscale: #4E4E4E. Windows color (decimal): -13221912 or 15220534. OLE color: 15220534.

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

Color convert

RGB 54 63 232 -
CMYK 0.77 0.73 0 0.09
HSL 236.97º 0.79% 0.56% -
HSV(B) 236.97º 0.77% 0.91% -
XYZ 17.86 10.17 77.36 -
YUV 79.58 214.02 109.76 -
System Red Green Blue C M Y K H S L
Decimal 54 63 232 0.77 0.73 0 0.09 236.97 0.79 0.56
Hex 36 3F E8 4D 49 0 9 ED 4F 38
Octal 66 77 350 115 111 0 11 355 117 70
Binary 110110 111111 11101000 1001101 1001001 0 1001 11101101 1001111 111000

Color Harmonies of #363FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FE8

Black with #363FE8

Text Example


Text Example

White with #363FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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