Html Css Color HEX #365EFF Neon Blue

📋 copy color: '#365EFF'

red 54 ◦ green 94 ◦ blue 255

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

Shades of Neon Blue #365EFF

Tints of Neon Blue #365EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.33%

 BLUE value IS 255 (100% from 255) = 63.28%

R = 13.4%
G = 23.33%
B = 63.28%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#365EFF (or 0x365EFF) is known color: Neon Blue. HEX triplet: 36, 5E and FF. RGB value is (54,94,255). Sum of RGB (Red+Green+Blue) = 54+94+255=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #365EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365EFF is #C9A100. Grayscale: #636363. Windows color (decimal): -13213953 or 16735798. OLE color: 16735798.

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

Color convert

RGB 54 94 255 -
CMYK 0.79 0.63 0 0
HSL 228.06º 1% 0.61% -
HSV(B) 228.06º 0.79% 1% -
XYZ 23.57 16.01 96.46 -
YUV 100.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 54 94 255 0.79 0.63 0 0 228.06 1 0.61
Hex 36 5E FF 4F 3F 0 0 E4 64 3D
Octal 66 136 377 117 77 0 0 344 144 75
Binary 110110 1011110 11111111 1001111 111111 0 0 11100100 1100100 111101

Color Harmonies of #365EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365EFF

Black with #365EFF

Text Example


Text Example

White with #365EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,94,255); }

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

background-color css

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

 a { background-color: rgb(54,94,255); }

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

border-color css

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

 span { border-color: rgb(54,94,255); }

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