Html Css Color HEX #363DF4 Neon Blue

📋 copy color: '#363DF4'

red 54 ◦ green 61 ◦ blue 244

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

Shades of Neon Blue #363DF4

Tints of Neon Blue #363DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 67.97%

R = 15.04%
G = 16.99%
B = 67.97%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#363DF4 (or 0x363DF4) is known color: Neon Blue. HEX triplet: 36, 3D and F4. RGB value is (54,61,244). Sum of RGB (Red+Green+Blue) = 54+61+244=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #363DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363DF4 is #C9C20B. Grayscale: #4F4F4F. Windows color (decimal): -13222412 or 16006454. OLE color: 16006454.

HSL color Cylindrical-coordinate representation of color #363DF4: hue angle of 237.79º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363DF4 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 61 244 -
CMYK 0.78 0.75 0 0.04
HSL 237.79º 0.9% 0.58% -
HSV(B) 237.79º 0.78% 0.96% -
XYZ 19.52 10.65 86.62 -
YUV 79.77 220.68 109.62 -
System Red Green Blue C M Y K H S L
Decimal 54 61 244 0.78 0.75 0 0.04 237.79 0.9 0.58
Hex 36 3D F4 4E 4B 0 4 EE 5A 3A
Octal 66 75 364 116 113 0 4 356 132 72
Binary 110110 111101 11110100 1001110 1001011 0 100 11101110 1011010 111010

Color Harmonies of #363DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363DF4

Black with #363DF4

Text Example


Text Example

White with #363DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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