Html Css Color HEX #363FF7 Neon Blue

📋 copy color: '#363FF7'

red 54 ◦ green 63 ◦ blue 247

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

Shades of Neon Blue #363FF7

Tints of Neon Blue #363FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 67.86%

R = 14.84%
G = 17.31%
B = 67.86%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#363FF7 (or 0x363FF7) is known color: Neon Blue. HEX triplet: 36, 3F and F7. RGB value is (54,63,247). Sum of RGB (Red+Green+Blue) = 54+63+247=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 247 (96.88% from 255 or 67.86% from 364); Max value from RGB is 247 - color contains mainly: blue. Hex color #363FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363FF7 is #C9C008. Grayscale: #505050. Windows color (decimal): -13221897 or 16203574. OLE color: 16203574.

HSL color Cylindrical-coordinate representation of color #363FF7: hue angle of 237.2º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363FF7 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 63 247 -
CMYK 0.78 0.74 0 0.03
HSL 237.2º 0.92% 0.59% -
HSV(B) 237.2º 0.78% 0.97% -
XYZ 20.09 11.05 89.07 -
YUV 81.29 221.52 108.54 -
System Red Green Blue C M Y K H S L
Decimal 54 63 247 0.78 0.74 0 0.03 237.2 0.92 0.59
Hex 36 3F F7 4E 4A 0 3 ED 5C 3B
Octal 66 77 367 116 112 0 3 355 134 73
Binary 110110 111111 11110111 1001110 1001010 0 11 11101101 1011100 111011

Color Harmonies of #363FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FF7

Black with #363FF7

Text Example


Text Example

White with #363FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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