Html Css Color HEX #363DF7 Neon Blue

📋 copy color: '#363DF7'

red 54 ◦ green 61 ◦ blue 247

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

Shades of Neon Blue #363DF7

Tints of Neon Blue #363DF7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 14.92%
G = 16.85%
B = 68.23%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#363DF7 (or 0x363DF7) is known color: Neon Blue. HEX triplet: 36, 3D and F7. RGB value is (54,61,247). Sum of RGB (Red+Green+Blue) = 54+61+247=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #363DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DF7 is #C9C208. Grayscale: #4F4F4F. Windows color (decimal): -13222409 or 16203062. OLE color: 16203062.

HSL color Cylindrical-coordinate representation of color #363DF7: hue angle of 237.82º 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 #363DF7 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 61 247 -
CMYK 0.78 0.75 0 0.03
HSL 237.82º 0.92% 0.59% -
HSV(B) 237.82º 0.78% 0.97% -
XYZ 19.98 10.84 89.03 -
YUV 80.11 222.18 109.38 -
System Red Green Blue C M Y K H S L
Decimal 54 61 247 0.78 0.75 0 0.03 237.82 0.92 0.59
Hex 36 3D F7 4E 4B 0 3 EE 5C 3B
Octal 66 75 367 116 113 0 3 356 134 73
Binary 110110 111101 11110111 1001110 1001011 0 11 11101110 1011100 111011

Color Harmonies of #363DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DF7

Black with #363DF7

Text Example


Text Example

White with #363DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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