Html Css Color HEX #364BFC Neon Blue

📋 copy color: '#364BFC'

red 54 ◦ green 75 ◦ blue 252

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

Shades of Neon Blue #364BFC

Tints of Neon Blue #364BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 14.17%
G = 19.69%
B = 66.14%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#364BFC (or 0x364BFC) is known color: Neon Blue. HEX triplet: 36, 4B and FC. RGB value is (54,75,252). Sum of RGB (Red+Green+Blue) = 54+75+252=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #364BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #364BFC is #C9B403. Grayscale: #585858. Windows color (decimal): -13218820 or 16534326. OLE color: 16534326.

HSL color Cylindrical-coordinate representation of color #364BFC: hue angle of 233.64º degrees, saturation: 0.97, 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 #364BFC is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 75 252 -
CMYK 0.79 0.70 0 0.01
HSL 233.64º 0.97% 0.6% -
HSV(B) 233.64º 0.79% 0.99% -
XYZ 21.61 12.84 93.44 -
YUV 88.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 54 75 252 0.79 0.70 0 0.01 233.64 0.97 0.6
Hex 36 4B FC 4F 46 0 1 EA 61 3C
Octal 66 113 374 117 106 0 1 352 141 74
Binary 110110 1001011 11111100 1001111 1000110 0 1 11101010 1100001 111100

Color Harmonies of #364BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364BFC

Black with #364BFC

Text Example


Text Example

White with #364BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,75,252); }

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

background-color css

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

 a { background-color: rgb(54,75,252); }

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

border-color css

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

 span { border-color: rgb(54,75,252); }

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