Html Css Color HEX #364CFB Neon Blue

📋 copy color: '#364CFB'

red 54 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #364CFB

Tints of Neon Blue #364CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 14.17%
G = 19.95%
B = 65.88%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#364CFB (or 0x364CFB) is known color: Neon Blue. HEX triplet: 36, 4C and FB. RGB value is (54,76,251). Sum of RGB (Red+Green+Blue) = 54+76+251=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #364CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364CFB is #C9B304. Grayscale: #585858. Windows color (decimal): -13218565 or 16469046. OLE color: 16469046.

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

Color convert

RGB 54 76 251 -
CMYK 0.78 0.70 0 0.02
HSL 233.3º 0.96% 0.6% -
HSV(B) 233.3º 0.78% 0.98% -
XYZ 21.52 12.92 92.63 -
YUV 89.37 219.21 102.77 -
System Red Green Blue C M Y K H S L
Decimal 54 76 251 0.78 0.70 0 0.02 233.3 0.96 0.6
Hex 36 4C FB 4E 46 0 2 E9 60 3C
Octal 66 114 373 116 106 0 2 351 140 74
Binary 110110 1001100 11111011 1001110 1000110 0 10 11101001 1100000 111100

Color Harmonies of #364CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CFB

Black with #364CFB

Text Example


Text Example

White with #364CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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