Html Css Color HEX #363CFA Neon Blue

📋 copy color: '#363CFA'

red 54 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #363CFA

Tints of Neon Blue #363CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 14.84%
G = 16.48%
B = 68.68%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#363CFA (or 0x363CFA) is known color: Neon Blue. HEX triplet: 36, 3C and FA. RGB value is (54,60,250). Sum of RGB (Red+Green+Blue) = 54+60+250=364 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.84% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #363CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CFA is #C9C305. Grayscale: #4F4F4F. Windows color (decimal): -13222662 or 16399414. OLE color: 16399414.

HSL color Cylindrical-coordinate representation of color #363CFA: hue angle of 238.16º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #363CFA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 60 250 -
CMYK 0.78 0.76 0 0.02
HSL 238.16º 0.95% 0.6% -
HSV(B) 238.16º 0.78% 0.98% -
XYZ 20.39 10.92 91.48 -
YUV 79.87 224.01 109.55 -
System Red Green Blue C M Y K H S L
Decimal 54 60 250 0.78 0.76 0 0.02 238.16 0.95 0.6
Hex 36 3C FA 4E 4C 0 2 EE 5F 3C
Octal 66 74 372 116 114 0 2 356 137 74
Binary 110110 111100 11111010 1001110 1001100 0 10 11101110 1011111 111100

Color Harmonies of #363CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CFA

Black with #363CFA

Text Example


Text Example

White with #363CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,60,250); }

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

background-color css

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

 a { background-color: rgb(54,60,250); }

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

border-color css

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

 span { border-color: rgb(54,60,250); }

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