Html Css Color HEX #365CFF Neon Blue

📋 copy color: '#365CFF'

red 54 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #365CFF

Tints of Neon Blue #365CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

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

R = 13.47%
G = 22.94%
B = 63.59%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#365CFF (or 0x365CFF) is known color: Neon Blue. HEX triplet: 36, 5C and FF. RGB value is (54,92,255). Sum of RGB (Red+Green+Blue) = 54+92+255=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #365CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365CFF is #C9A300. Grayscale: #626262. Windows color (decimal): -13214465 or 16735286. OLE color: 16735286.

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

Color convert

RGB 54 92 255 -
CMYK 0.79 0.64 0 0
HSL 228.66º 1% 0.61% -
HSV(B) 228.66º 0.79% 1% -
XYZ 23.4 15.66 96.4 -
YUV 99.22 215.91 95.75 -
System Red Green Blue C M Y K H S L
Decimal 54 92 255 0.79 0.64 0 0 228.66 1 0.61
Hex 36 5C FF 4F 40 0 0 E5 64 3D
Octal 66 134 377 117 100 0 0 345 144 75
Binary 110110 1011100 11111111 1001111 1000000 0 0 11100101 1100100 111101

Color Harmonies of #365CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365CFF

Black with #365CFF

Text Example


Text Example

White with #365CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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