Html Css Color HEX #364CFA Neon Blue

📋 copy color: '#364CFA'

red 54 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #364CFA

Tints of Neon Blue #364CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 14.21%
G = 20%
B = 65.79%

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

#364CFA (or 0x364CFA) is known color: Neon Blue. HEX triplet: 36, 4C and FA. RGB value is (54,76,250). Sum of RGB (Red+Green+Blue) = 54+76+250=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #364CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364CFA is #C9B305. Grayscale: #585858. Windows color (decimal): -13218566 or 16403510. OLE color: 16403510.

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

Color convert

RGB 54 76 250 -
CMYK 0.78 0.70 0 0.02
HSL 233.27º 0.95% 0.6% -
HSV(B) 233.27º 0.78% 0.98% -
XYZ 21.36 12.86 91.8 -
YUV 89.26 218.71 102.85 -
System Red Green Blue C M Y K H S L
Decimal 54 76 250 0.78 0.70 0 0.02 233.27 0.95 0.6
Hex 36 4C FA 4E 46 0 2 E9 5F 3C
Octal 66 114 372 116 106 0 2 351 137 74
Binary 110110 1001100 11111010 1001110 1000110 0 10 11101001 1011111 111100

Color Harmonies of #364CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364CFA

Black with #364CFA

Text Example


Text Example

White with #364CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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