Html Css Color HEX #363AFD Neon Blue

📋 copy color: '#363AFD'

red 54 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #363AFD

Tints of Neon Blue #363AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

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

R = 14.79%
G = 15.89%
B = 69.32%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#363AFD (or 0x363AFD) is known color: Neon Blue. HEX triplet: 36, 3A and FD. RGB value is (54,58,253). Sum of RGB (Red+Green+Blue) = 54+58+253=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #363AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AFD is #C9C502. Grayscale: #4E4E4E. Windows color (decimal): -13223171 or 16595510. OLE color: 16595510.

HSL color Cylindrical-coordinate representation of color #363AFD: hue angle of 238.79º 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 #363AFD is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 58 253 -
CMYK 0.79 0.77 0 0.01
HSL 238.79º 0.98% 0.6% -
HSV(B) 238.79º 0.79% 0.99% -
XYZ 20.76 10.9 93.94 -
YUV 79.03 226.17 110.14 -
System Red Green Blue C M Y K H S L
Decimal 54 58 253 0.79 0.77 0 0.01 238.79 0.98 0.6
Hex 36 3A FD 4F 4D 0 1 EF 62 3C
Octal 66 72 375 117 115 0 1 357 142 74
Binary 110110 111010 11111101 1001111 1001101 0 1 11101111 1100010 111100

Color Harmonies of #363AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AFD

Black with #363AFD

Text Example


Text Example

White with #363AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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