Html Css Color HEX #364DFB Neon Blue

📋 copy color: '#364DFB'

red 54 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #364DFB

Tints of Neon Blue #364DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 14.14%
G = 20.16%
B = 65.71%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#364DFB (or 0x364DFB) is known color: Neon Blue. HEX triplet: 36, 4D and FB. RGB value is (54,77,251). Sum of RGB (Red+Green+Blue) = 54+77+251=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #364DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #364DFB is #C9B204. Grayscale: #595959. Windows color (decimal): -13218309 or 16469302. OLE color: 16469302.

HSL color Cylindrical-coordinate representation of color #364DFB: hue angle of 232.99º 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 #364DFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 77 251 -
CMYK 0.78 0.69 0 0.02
HSL 232.99º 0.96% 0.6% -
HSV(B) 232.99º 0.78% 0.98% -
XYZ 21.59 13.06 92.65 -
YUV 89.96 218.88 102.35 -
System Red Green Blue C M Y K H S L
Decimal 54 77 251 0.78 0.69 0 0.02 232.99 0.96 0.6
Hex 36 4D FB 4E 45 0 2 E9 60 3C
Octal 66 115 373 116 105 0 2 351 140 74
Binary 110110 1001101 11111011 1001110 1000101 0 10 11101001 1100000 111100

Color Harmonies of #364DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364DFB

Black with #364DFB

Text Example


Text Example

White with #364DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364DFB; }

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

 H1.HeaderClassName
 {
   color: #364DFB;
 }
 .AnyTagClassName
 {
   color: #364DFB;
 }
</style>

background-color css

<style>
 a { background-color: #364DFB; }

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

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

border-color css

<style>
 span { border-color: #364DFB; }

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

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