Html Css Color HEX #365BFE Neon Blue

📋 copy color: '#365BFE'

red 54 ◦ green 91 ◦ blue 254

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

Shades of Neon Blue #365BFE

Tints of Neon Blue #365BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.66%

R = 13.53%
G = 22.81%
B = 63.66%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#365BFE (or 0x365BFE) is known color: Neon Blue. HEX triplet: 36, 5B and FE. RGB value is (54,91,254). Sum of RGB (Red+Green+Blue) = 54+91+254=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #365BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365BFE is #C9A401. Grayscale: #616161. Windows color (decimal): -13214722 or 16669494. OLE color: 16669494.

HSL color Cylindrical-coordinate representation of color #365BFE: hue angle of 228.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365BFE is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 91 254 -
CMYK 0.79 0.64 0 0.00
HSL 228.9º 0.99% 0.6% -
HSV(B) 228.9º 0.79% 1% -
XYZ 23.15 15.42 95.52 -
YUV 98.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 54 91 254 0.79 0.64 0 0.00 228.9 0.99 0.6
Hex 36 5B FE 4F 40 0 0 E5 63 3C
Octal 66 133 376 117 100 0 0 345 143 74
Binary 110110 1011011 11111110 1001111 1000000 0 0 11100101 1100011 111100

Color Harmonies of #365BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365BFE

Black with #365BFE

Text Example


Text Example

White with #365BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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