Html Css Color HEX #363AFB Neon Blue

📋 copy color: '#363AFB'

red 54 ◦ green 58 ◦ blue 251

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

Shades of Neon Blue #363AFB

Tints of Neon Blue #363AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 14.88%
G = 15.98%
B = 69.15%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#363AFB (or 0x363AFB) is known color: Neon Blue. HEX triplet: 36, 3A and FB. RGB value is (54,58,251). Sum of RGB (Red+Green+Blue) = 54+58+251=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #363AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #363AFB is #C9C504. Grayscale: #4E4E4E. Windows color (decimal): -13223173 or 16464438. OLE color: 16464438.

HSL color Cylindrical-coordinate representation of color #363AFB: hue angle of 238.78º degrees, saturation: 0.96, 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 #363AFB is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 58 251 -
CMYK 0.78 0.77 0 0.02
HSL 238.78º 0.96% 0.6% -
HSV(B) 238.78º 0.78% 0.98% -
XYZ 20.45 10.78 92.27 -
YUV 78.81 225.17 110.31 -
System Red Green Blue C M Y K H S L
Decimal 54 58 251 0.78 0.77 0 0.02 238.78 0.96 0.6
Hex 36 3A FB 4E 4D 0 2 EF 60 3C
Octal 66 72 373 116 115 0 2 357 140 74
Binary 110110 111010 11111011 1001110 1001101 0 10 11101111 1100000 111100

Color Harmonies of #363AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363AFB

Black with #363AFB

Text Example


Text Example

White with #363AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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