Html Css Color HEX #363CFD Neon Blue

📋 copy color: '#363CFD'

red 54 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #363CFD

Tints of Neon Blue #363CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 14.71%
G = 16.35%
B = 68.94%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#363CFD (or 0x363CFD) is known color: Neon Blue. HEX triplet: 36, 3C and FD. RGB value is (54,60,253). Sum of RGB (Red+Green+Blue) = 54+60+253=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #363CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363CFD is #C9C302. Grayscale: #4F4F4F. Windows color (decimal): -13222659 or 16596022. OLE color: 16596022.

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

Color convert

RGB 54 60 253 -
CMYK 0.79 0.76 0 0.01
HSL 238.19º 0.98% 0.6% -
HSV(B) 238.19º 0.79% 0.99% -
XYZ 20.87 11.11 93.97 -
YUV 80.21 225.51 109.31 -
System Red Green Blue C M Y K H S L
Decimal 54 60 253 0.79 0.76 0 0.01 238.19 0.98 0.6
Hex 36 3C FD 4F 4C 0 1 EE 62 3C
Octal 66 74 375 117 114 0 1 356 142 74
Binary 110110 111100 11111101 1001111 1001100 0 1 11101110 1100010 111100

Color Harmonies of #363CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363CFD

Black with #363CFD

Text Example


Text Example

White with #363CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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