Html Css Color HEX #365BFC Neon Blue

📋 copy color: '#365BFC'

red 54 ◦ green 91 ◦ blue 252

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

Shades of Neon Blue #365BFC

Tints of Neon Blue #365BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.92%

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

R = 13.6%
G = 22.92%
B = 63.48%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#365BFC (or 0x365BFC) is known color: Neon Blue. HEX triplet: 36, 5B and FC. RGB value is (54,91,252). Sum of RGB (Red+Green+Blue) = 54+91+252=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #365BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365BFC is #C9A403. Grayscale: #616161. Windows color (decimal): -13214724 or 16538422. OLE color: 16538422.

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

Color convert

RGB 54 91 252 -
CMYK 0.79 0.64 0 0.01
HSL 228.79º 0.97% 0.6% -
HSV(B) 228.79º 0.79% 0.99% -
XYZ 22.83 15.29 93.84 -
YUV 98.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 54 91 252 0.79 0.64 0 0.01 228.79 0.97 0.6
Hex 36 5B FC 4F 40 0 1 E5 61 3C
Octal 66 133 374 117 100 0 1 345 141 74
Binary 110110 1011011 11111100 1001111 1000000 0 1 11100101 1100001 111100

Color Harmonies of #365BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BFC

Black with #365BFC

Text Example


Text Example

White with #365BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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